[][src]Trait arc_swap::NonNull

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]

Loading content...

Implementors

Loading content...