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.

Required Methods

.try-into ( Self (Result target error) )

Implementors

impl TryInto for Str

impl TryInto for Symbol