pub trait MaildirPathTrait {
    // Required method
    fn flags(&self) -> Flag;
}

Required Methods§

fn flags(&self) -> Flag

Implementations on Foreign Types§

§

impl MaildirPathTrait for Path

§

fn flags(&self) -> Flag

Implementors§