Trait cglue::ext::core::convert::AsMutExt[][src]

pub trait AsMutExt<T> {
    fn as_mut(&mut self) -> &mut T;
}

Required methods

Implementors