[][src]Trait csl::GetAttribute

pub trait GetAttribute where
    Self: Sized
{ fn get_attr(
        s: &str,
        features: &Features
    ) -> Result<Self, UnknownAttributeValue>; }

Required methods

fn get_attr(s: &str, features: &Features) -> Result<Self, UnknownAttributeValue>

Loading content...

Implementors

impl GetAttribute for Lang[src]

impl GetAttribute for AnyTermName[src]

impl GetAttribute for AnyVariable[src]

impl GetAttribute for StandardVariable[src]

impl<T: FromStr + EnumProperty> GetAttribute for T[src]

Loading content...