Module table::util::convert[][src]

Definitions for non-standard conversions TryAsRef and TryAsMut.

Traits

TryAsMut

An analogue of AsMut that allows failure, useful when the inner referenced value isn't present due to an enum mismatch.

TryAsRef

An analogue of AsRef that allows failure, useful when the inner referenced value isn't present due to an enum mismatch.