pub type MaybeMut<T> = Maybe<&'static mut T>;Expand description
Alias for Maybe<&'static mut T> for folks with wrist pain.
Aliased Typeยง
pub struct MaybeMut<T>(/* private fields */);pub type MaybeMut<T> = Maybe<&'static mut T>;Alias for Maybe<&'static mut T> for folks with wrist pain.
pub struct MaybeMut<T>(/* private fields */);