Skip to main content

Date

Type Alias Date 

Source
pub type Date = NaiveDate;

Aliased Type§

pub struct Date { /* private fields */ }

Trait Implementations§

Source§

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

Source§

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