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

pub unsafe trait AssertResult<T> { }
Expand description

Trait used to assert that one type is an exception-convertible Result type.

Implementations on Foreign Types

Implementors