[][src]Module convute::marker

Traits

Transmute

By implementing this trait you promise that every Self is a valid T.

TryTransmute

By implementing this trait you promise that every Self for which self.can_transmute() returns true is a valid T.