Trait pr47::util::type_assert::helper_traits::AssertOption[][src]

pub unsafe trait AssertOption<T> { }
Expand description

Trait used to assert that one type is a null-convertible Option type.

Implementations on Foreign Types

Implementors