pub fn strip_result_wrapper(s: &str) -> &str
Strip Result<...> wrapper from a type string, returning the inner type.
Result<...>