drop_ok 1.0.1

`.drop_ok` syntax sugar for `Result`. It's instead of `.map(|_|())`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["USAGI.NETWORK / Usagi Ito <the@usagi.network>"]
categories = ["rust-patterns"]
description = "`.drop_ok` syntax sugar for `Result`. It's instead of `.map(|_|())`."
edition = "2018"
keywords = ["DropOk", "drop_ok", "syntax-sugar", "Result"]
name = "drop_ok"
version = "1.0.1"
license = "MIT"
readme = "README.md"
repository = "https://github.com/usagi/drop_ok"
documentation = "https://docs.rs/drop_ok/1.0.0/drop_ok/trait.DropOk.html#example"