Trait FromMeta
macro_input_core
pub trait FromMeta { fn from(meta: Option<Meta>) -> Self; }
a trait for extracting a value from Option<syn::Meta>
Option<syn::Meta>
fn from(meta: Option<Meta>) -> Self
extract the value
impl FromMeta for Option<()>
impl<F: FromLit> FromMeta for F