Trait sequent::Named

source ·
pub trait Named {
    fn name(&self) -> Cow<'static, str>;
}
Expand description

An entity that has a string-like name.

Required Methods§

The name of this entity.

Implementors§

Acquired implementation of Named for any type that implements StaticNamed.