Trait MaybeDurable

Source
pub trait MaybeDurable {
    // Provided methods
    fn is_durable(&self) -> bool { ... }
    fn is_nondurable(&self) -> bool { ... }
}

Provided Methods§

Implementors§