Trait grin_core::pow::EdgeType

source ·
pub trait EdgeType: PrimInt + ToPrimitive + Mul + BitOrAssign + Hash { }
Expand description

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

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl EdgeType for u32

source§

impl EdgeType for u64

Implementors§