[][src]Trait markov::Chainable

pub trait Chainable: Eq + Hash + Clone { }

The definition of all types that can be used in a Chain.

Implementors

impl<T> Chainable for T where
    T: Eq + Hash + Clone
[src]

Loading content...