Closed gandro closed 8 years ago
Does what it says on the tin. :)
Since Option<T> is already there, and one cannot simply implement it in other crates without wrappers because of Rust's orphan rules.
Option<T>
Looks good to me!
Does what it says on the tin. :)
Since
Option<T>
is already there, and one cannot simply implement it in other crates without wrappers because of Rust's orphan rules.