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

pub unsafe trait AssertMutRef<T> { }
Expand description

Trait used to assert that one type is a mutable reference.

Implementations on Foreign Types

Implementors