Trait ofx::CanGetName

source ·
pub trait CanGetName: Readable {
    fn get_name(&self) -> Result<<Name as Get>::ReturnType> { ... }
}

Provided Methods

Implementors