Trait velcro_core::ParseRaw

source ·
pub trait ParseRaw: Sized {
    fn parse_raw(input: TokenStream) -> Result<Self>;
}
Expand description

Trait to be implemented for parsing syntax that would be rejected by syn::Parse

Required Methods§

Implementors§