pub trait TupleSplitToTupleAt8 {
type OutTuple;
// Required method
fn split_to_tuple_at_8(self) -> Self::OutTuple;
}
Expand description
Split to tuple at 8
Required Associated Types§
Required Methods§
Sourcefn split_to_tuple_at_8(self) -> Self::OutTuple
fn split_to_tuple_at_8(self) -> Self::OutTuple
Split to tuple at 8