Trait idcard_cn::IdCard[][src]

pub trait IdCard {
    fn id(&self) -> IdentityNumber;
fn sex(&self) -> Sex;
fn birthday(&self) -> Date; }

Required methods

fn id(&self) -> IdentityNumber[src]

fn sex(&self) -> Sex[src]

fn birthday(&self) -> Date[src]

Loading content...

Implementors

Loading content...