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