Trait causal_length::CausalLength[][src]

pub trait CausalLength: Integer + One + Ord + Copy + Eq { }

CausalLength is abstracted to allow any of Rust’s integer types to be used.

Implementors

impl<T> CausalLength for T where
    T: Integer + One + Ord + Copy + Eq
[src]

Loading content...