Docs.rs
ctrl_macros-0.1.0
ctrl_macros 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
gajop
Dependencies
Versions
0%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
ok_or_return
ctrl_
macros
0.1.0
ctrl_macros
Macro
ok_
or_
return
Copy item path
Source
macro_rules! ok_or_return { ( $e:expr ) => { ... }; ( $e:expr, $return_value:expr ) => { ... }; }