[][src]Trait msdos_time::TmMsDosExt

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

fn to_msdos(&self) -> Result<MsDosDateTime, Error>[]

Convert a value to MsDosDateTime

fn from_msdos(_: MsDosDateTime) -> Result<Self, Error>[]

Construct a value from an MsDosDateTime

Implementations on Foreign Types

impl TmMsDosExt for Tm[src][]

Implementors