Trait sequent::StaticNamed

source ·
pub trait StaticNamed {
    fn name() -> &'static str;
}
Expand description

Something that has a constant name (i.e., independent of Self).

Required Methods§

The static name of this type.

Implementors§

Acquired implementation of StaticNamed for any Parser that is parametrised with an Event type that is also StaticNamed.