Trait TupleSplitFront
pub trait TupleSplitFront<A> {
type Rest;
// Required method
fn split_front(self) -> (A, Self::Rest);
}Available on crate features
tuple and tuple-ops only.pub trait TupleSplitFront<A> {
type Rest;
// Required method
fn split_front(self) -> (A, Self::Rest);
}tuple and tuple-ops only.