Struct syn::ExprReturn [−][src]
pub struct ExprReturn { /* fields omitted */ }A return, with an optional value to be returned.
This type is available only if Syn is built with the "full" feature.
Trait Implementations
impl From<ExprReturn> for Expr[src]
impl From<ExprReturn> for Expr[src]fn from(e: ExprReturn) -> Expr[src]
impl ToTokens for ExprReturn[src]
impl ToTokens for ExprReturn[src]