pub trait TotalPlaytime {
    fn total_playtime(&self) -> TimeSpan;
}
Expand description

Allows calculating the total playtime.

Required Methods§

Calculates the total playtime.

Implementations on Foreign Types§

Implementors§