Macro api_opt

Source
macro_rules! api_opt {
    ($($path:ident).*) => { ... };
}
Expand description

Try get ref to struct of fn from API, returns Option.