Trait an_rope::Split
[−]
[src]
pub trait Split: Sized {
fn split<M>(&self, index: M) -> (Self, Self)
where
M: Metric,
Self: Measured<M>;
}