Trait devise::syn::parse::Parse [−][src]
pub trait Parse {
fn parse(input: &ParseBuffer<'_>) -> Result<Self, Error>;
}
Expand description
Parsing interface implemented by all types that can be parsed in a default way from a token stream.