TryInto

Trait for fallible conversion between types.

Fully qualified path: core::traits::TryInto

pub trait TryInto<T, S>

Trait functions

try_into

Fully qualified path: core::traits::TryInto::try_into

fn try_into(self: T) -> Option<S>