[][src]Module try_traits::convert

Try traits for core::convert.

Note that TryFrom and TryInto are missing, as they're already a part of the core library.

Traits

TryAsMut

The try trait for AsMut.

TryAsRef

The try trait for AsRef.