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();macro_rules! ray_strict {
() => { ... };
($($value:expr),+ $(,)?) => { ... };
}Create a Ray handle with strict error handling.
use ray::ray_strict;
ray_strict!().try_label("strict").unwrap();