pub(crate) trait ProbablyMutable {
    fn is_mutable(&self) -> bool;
}

Required Methods

Implementors