Crate maybe_macro [] [src]

The maybe_macro crate exports one macro, the maybe! macro.

The maybe! macro makes it neat to construct an option from a value in one line of code if it meets a certain condition. See the macro itself for more documentation about how to use it.

Macros

maybe

The maybe macro.