Trait arc_swap::NonNull

source ·
pub unsafe trait NonNull: RefCnt { }
Expand description

A trait describing smart pointers that can’t hold NULL.

Implementations on Foreign Types

Implementors