[][src]Trait grin_core::pow::EdgeType

pub trait EdgeType: PrimInt + ToPrimitive + Mul + BitOrAssign + Hash { }

Operations needed for edge type (going to be u32 or u64)

Implementations on Foreign Types

impl EdgeType for u32[src]

impl EdgeType for u64[src]

Loading content...

Implementors

Loading content...