Trait TryFrompub

Source
:trait(pub) TryFrom source error
  .try-from ( source  (Result Self error) )
Description

Fallible construction of Self from a source value; returns (Result Self error). error is associated — each impl fixes its own error type.

Required Methods

.try-from ( source (Result Self error) )