Struct syn::ExprReturn [−][src]
pub struct ExprReturn { /* fields omitted */ }
Expand description
A return
, with an optional value to be returned.
This type is available only if Syn is built with the "full"
feature.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ExprReturn
impl !Send for ExprReturn
impl !Sync for ExprReturn
impl Unpin for ExprReturn
impl UnwindSafe for ExprReturn