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