Searched defs:Err (Results 1 – 5 of 5) sorted by relevance
37 Err string member56 Err string member74 Err string member92 Err string member
44 type Err = ParseProfileVersionError; typedef46 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() argument
39 rust::String Err() const { return err_; }; in Err() function
89 pub fn Err(self: &ClientResult) -> String; in Err() function
454 type Err = FromHexError; typedef455 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() argument