- Feature Name: throwing_functions
- Start Date: 2017-06-20
- RFC PR: (leave this empty)
- Rust Issue: (leave this empty)
Add an annotation to functions that they may "throw" an error type, which changes the function's
return type to Result
where T
is the functions return type and E
is the function's