Trait rust_ad_core::traits::UnwrapMember[][src]

pub trait UnwrapMember {
    fn named(&self) -> Result<&'_ Ident, &'static str>;
}

Required methods

Implementations on Foreign Types

Implementors