The trait for types that can be created from strings

Interface FromStr

Method from_str

fn from_str(s: &str) -> Option<self>