Function aggregate_field_ty

Source
pub(crate) fn aggregate_field_ty(
    base_ty: &Ty,
    field: &str,
    structs: &[MirStructDecl],
    enums: &[MirEnumDecl],
) -> Result<Ty, LowerError>
Expand description

Return the type of one aggregate field.