[src]

Module std::from_str

The FromStr trait for types that can be created from strings

FromStr

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

from_str

A utility function that just calls FromStr::from_str