ray_strict

Macro ray_strict 

Source
macro_rules! ray_strict {
    () => { ... };
    ($($value:expr),+ $(,)?) => { ... };
}
Expand description

Create a Ray handle with strict error handling.

use ray::ray_strict;

ray_strict!().try_label("strict").unwrap();