Skip to main content

kern_try

Macro kern_try 

Source
macro_rules! kern_try {
    ($expr:expr) => { ... };
    ($expr:expr,) => { ... };
}