macro_rules! api_opt {
($($path:ident).*) => { ... };
}Expand description
Try get ref to struct of fn from API, returns Option.
macro_rules! api_opt {
($($path:ident).*) => { ... };
}Try get ref to struct of fn from API, returns Option.