pub trait GetLength {
    fn get_length(&self, start: Position) -> Duration;
}

Required Methods

Implementations on Foreign Types

Implementors