Trait btlib::Positioned
source · pub trait Positioned {
// Required method
fn pos(&self) -> usize;
}
Expand description
Trait for streams which can efficiently and infallibly return their current position.
pub trait Positioned {
// Required method
fn pos(&self) -> usize;
}
Trait for streams which can efficiently and infallibly return their current position.