Trait monster::incubation::split_int::SplitInt [] [src]

pub trait SplitInt<'a> {
    type Output;
    type MutOutput;
    fn split(self) -> Self::Output;
    fn split_mut(&'a mut self) -> Self::MutOutput;
}

Associated Types

Required Methods

Implementors