add unwrap_or_default() to future TryExt extension
start an OptionFuture extension Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
d921b82376
commit
aa6d0fcaa7
3 changed files with 38 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
mod option_ext;
|
||||
mod try_ext_ext;
|
||||
|
||||
pub use option_ext::OptionExt;
|
||||
pub use try_ext_ext::TryExtExt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue