pub type ToStep<T> = Arc<Step<T>>;
A reference-counted pointer to a Step in the Markov chain.
Step
pub struct ToStep<T> { /* private fields */ }