Enum immutable_seq::digit::IterDigit [] [src]

pub enum IterDigit<'a, T: 'a, M: 'a> {
    IZero,
    IOne(&'a Lazy<Node<T, M>>),
    ITwo(&'a Lazy<Node<T, M>>, &'a Lazy<Node<T, M>>),
    IThree(&'a Lazy<Node<T, M>>, &'a Lazy<Node<T, M>>, &'a Lazy<Node<T, M>>),
}

A suffix of a digit, used to track the state in Iter

Variants

Trait Implementations

impl<'a, T: Debug + 'a, M: Debug + 'a> Debug for IterDigit<'a, T, M>
[src]

Formats the value using the given formatter.