pub trait MaybeMutable {
// Provided methods
fn is_mutable(&self) -> bool { ... }
fn is_immutable(&self) -> bool { ... }
}
pub trait MaybeMutable {
// Provided methods
fn is_mutable(&self) -> bool { ... }
fn is_immutable(&self) -> bool { ... }
}