return_if_ok

Crates.ioreturn_if_ok
lib.rsreturn_if_ok
version0.1.0
sourcesrc
created_at2015-01-25 15:53:29.333586
updated_at2015-12-11 23:55:29.371301
descriptionA macro that returns a `Result` as-is if it’s `Ok(_)`, or unwraps it if it’s `Err(_)`. This is the “opposite” of `try!`, in the same way that `Result::or_else` is the opposite of `Result::and_then`.
homepage
repositoryhttps://github.com/SimonSapin/rust-std-candidates
max_upload_size
id879
size1,039
Core (github:georust:core)

documentation

README

Commit count: 97

cargo fmt