Searched defs:Err (Results 1 – 2 of 2) sorted by relevance
38 type Err = String; typedef40 fn from_str(input: &str) -> Result<Self, Self::Err> { in from_str() argument
79 type Err = SnoopModeParseError; typedef81 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() argument