pub trait GetPosition {
// Required method
fn position(&self) -> Option<u64>;
}Available on crate feature
internal only.Expand description
Get the position of the next insertion into the tree.
pub trait GetPosition {
// Required method
fn position(&self) -> Option<u64>;
}internal only.Get the position of the next insertion into the tree.