[−][src]Trait macro_input::FromLit
a trait for extracting a value from a literal
FromMeta is automatically implemented for all implementations
Required methods
Loading content...Implementations on Foreign Types
impl FromLit for u8[src]
impl<V> FromLit for Option<V> where
V: FromLit, [src]
V: FromLit,