Searched defs:Err (Results 1 – 1 of 1) sorted by relevance
12 type Err = String; typedef14 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() argument