Trait tc_finality_grandpa::BlockNumberOps[][src]

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

Arithmetic necessary for a block number.

Implementors

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

Loading content...