pub trait IntoForwardTime: Into<ForwardTime> + Debug + Copy { }

Implementors