Function aggregate_payload_bytes

Source
pub(crate) fn aggregate_payload_bytes(
    aggregate_ty: &Ty,
    structs: &[MirStructDecl],
    enums: &[MirEnumDecl],
) -> Result<u32, LowerError>
Expand description

Return total aggregate payload bytes (excluding backend header space).