pub type Maybe<'a, T, Alignment = Unaligned> = Ptr<'a, ReadOnly<T>, (Shared, Alignment, Initialized)>;Expand description
A shorthand for a maybe-valid, maybe-aligned reference. Used as the argument
to TryFromBytes::is_bit_valid.
Aliased Typeยง
pub struct Maybe<'a, T, Alignment = Unaligned> { /* private fields */ }