Module std::from_str

The trait for types that can be created from strings

Traits

FromStr

A trait to abstract the idea of creating a new instance of a type from a string.

Functions

from_str

A utility function that just calls FromStr::from_str