MaybeTimed

Trait MaybeTimed 

Source
pub trait MaybeTimed {
    // Required method
    fn maybe_time(&self) -> Option<TimePoint>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl MaybeTimed for usize

Implementors§

Source§

impl MaybeTimed for Cell

Source§

impl MaybeTimed for WaypointR2

Source§

impl MaybeTimed for WaypointSE2

Source§

impl<BaseState: Timed, G: Graph> MaybeTimed for IncrementalState<BaseState, G>

Source§

impl<K> MaybeTimed for StateR2<K>

Source§

impl<K> MaybeTimed for GoalSE2<K>

Source§

impl<K, const R: u32> MaybeTimed for KeySE2<K, R>

Source§

impl<K, const R: u32> MaybeTimed for StateSE2<K, R>