Trait arc_swap::NonNull[][src]

pub unsafe trait NonNull: RefCnt { }

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

Implementations on Foreign Types

impl<T> NonNull for Arc<T>
[src]

Implementors