[−][src]Trait arithmetic_parser::StripResultExt
Associated Types
type Ok[src]
Type wrapped by the Result::Ok variant.
type StrippedErr: 'static[src]
Result of stripping code fragments from an error.
Required methods
pub fn strip_err(self) -> Result<Self::Ok, Self::StrippedErr>[src]
Strips code fragments from the error variant.