Trait msdos_time::TmMsDosExt [] [src]

pub trait TmMsDosExt: Sized {
    fn to_msdos(&self) -> Result<MsDosDateTime, Error>;
fn from_msdos(_: MsDosDateTime) -> Result<Self, Error>; }

Trait to convert a time representation to and from a MsDosDateTime

Required Methods

Convert a value to MsDosDateTime

Construct a value from an MsDosDateTime

Implementations on Foreign Types

impl TmMsDosExt for Tm
[src]

Implementors