Trait tuple::OpSplit

source ·
pub trait OpSplit<L> {
    type R;

    fn split(self) -> (L, Self::R);
}

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Implementors§