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