Macro jaq_std::ow

source ยท
macro_rules! ow {
    ( $f:expr ) => { ... };
}
Expand description

Convenience macro for once_with which creates a closure and maps errors to exceptions.