Expand description
Const equivalents of NonNull
methods.
Functions§
- Const equivalent of
NonNull::as_ref
. - Const equivalent of
<NonNull<T> as From<&T>>::from
- Const equivalent of
NonNull::new
.
Const equivalents of NonNull
methods.
NonNull::as_ref
.<NonNull<T> as From<&T>>::from
NonNull::new
.