[][src]Trait livesplit_core::analysis::total_playtime::TotalPlaytime

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

Allows calculating the total playtime.

Required methods

fn total_playtime(&self) -> TimeSpan

Calculates the total playtime.

Loading content...

Implementations on Foreign Types

impl<'a, T: 'a + TotalPlaytime> TotalPlaytime for &'a T[src]

Loading content...

Implementors

impl TotalPlaytime for Run[src]

impl TotalPlaytime for Timer[src]

Loading content...