Trait TryIntopub
Source:trait(pub) TryInto target error
.try-into ( Self → (Result target error) )
Description
Fallible conversion of Self into a target type; returns (Result target error). error is associated — dual of TryFrom.
:trait(pub) TryInto target error
.try-into ( Self → (Result target error) )
Fallible conversion of Self into a target type; returns (Result target error). error is associated — dual of TryFrom.