Skip to main content

Time

Type Alias Time 

Source
pub type Time = NaiveTime;

Aliased Type§

pub struct Time { /* private fields */ }

Trait Implementations§

Source§

impl IntoBytes<Arc<[u8]>> for Time

Source§

impl<'a> TryFrom<&'a Arc<[u8]>> for Time