Trait HeightIndexed

Source
pub trait HeightIndexed {
    // Required method
    fn height(&self) -> u64;
}
Expand description

Types which have a notion of “height” within a chain.

Required Methods§

Source

fn height(&self) -> u64

Implementations on Foreign Types§

Source§

impl<Types: NodeType> HeightIndexed for (ADVZCommonQueryData<Types>, Option<VidShare>)

Source§

fn height(&self) -> u64

Source§

impl<Types: NodeType> HeightIndexed for (VidCommonQueryData<Types>, Option<VidShare>)

Source§

fn height(&self) -> u64

Implementors§