Type Alias chronologic::TimeSlot

source ·
pub type TimeSlot = TimeInterval<Timestamp>;
Expand description

Aliased Type§

struct TimeSlot { /* private fields */ }

Implementations§

Trait Implementations§

source§

impl Sub<Timestamp> for TimeSlot

§

type Output = TimeInterval<TimeValue>

The resulting type after applying the - operator.
source§

fn sub(self, other: Timestamp) -> Self::Output

Performs the - operation. Read more
source§

impl Sub for TimeSlot

§

type Output = TimeInterval<TimeValue>

The resulting type after applying the - operator.
source§

fn sub(self, other: Self) -> Self::Output

Performs the - operation. Read more