Trait aleph_bft::Index[][src]

pub trait Index {
    fn index(&self) -> NodeIndex;
}
Expand description

Indicates that an implementor has been assigned some index.

Required methods

Implementors