pub trait Direction: Clone {
    const KIND: AtomKind;
}

Associated Constants

Implementors