Enum rustc_hir::hir::FnRetTy [−][src]
Variants
DefaultReturn(Span)
Return type is not specified.
Functions default to ()
and
closures default to inference. Span points to where return
type would be inserted.
Tuple Fields of DefaultReturn
0: Span
Return(&'hir Ty<'hir>)
Everything else.
Tuple Fields of Return
0: &'hir Ty<'hir>
Implementations
Trait Implementations
Auto Trait Implementations
impl<'hir> RefUnwindSafe for FnRetTy<'hir>
impl<'hir> UnwindSafe for FnRetTy<'hir>
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes
Size for each variant:
DefaultReturn
: 8 bytesReturn
: 12 bytes