Searched defs:ConstNonNull (Results 1 – 1 of 1) sorted by relevance
2451 struct ConstNonNull<T>(NonNull<T>); struct2453 impl<T> ConstNonNull<T> { impl2464 impl<T> Clone for ConstNonNull<T> { implementation2471 impl<T> Copy for ConstNonNull<T> {} implementation