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.