Trait yaxpeax_core::memory::Named[][src]

pub trait Named {
    fn name(&self) -> &str;
}

Required methods

Implementations on Foreign Types

Implementors