Struct syn::MetaNameValue
source · Expand description
A name-value pair within an attribute, like feature = "nightly"
.
Fields§
§path: Path
§eq_token: Eq
§value: Expr
Trait Implementations§
source§impl From<MetaNameValue> for Meta
impl From<MetaNameValue> for Meta
source§fn from(e: MetaNameValue) -> Meta
fn from(e: MetaNameValue) -> Meta
Converts to this type from the input type.