Trait finality_grandpa::BlockNumberOps[][src]

pub trait BlockNumberOps: Debug + Ord + Add<Output = Self> + Sub<Output = Self> + One + Zero + AsPrimitive<usize> { }

Arithmetic necessary for a block number.

Implementors

impl<T> BlockNumberOps for T where
    T: Debug,
    T: Ord,
    T: Add<Output = Self>,
    T: Sub<Output = Self>,
    T: One,
    T: Zero,
    T: AsPrimitive<usize>, 
[src]

Loading content...