macro_rules! api_ok {
($($path:ident).*) => { ... };
}Expand description
Try get ref to struct of fn from API,
returns Result with crate::error::NullPtrError.
macro_rules! api_ok {
($($path:ident).*) => { ... };
}Try get ref to struct of fn from API,
returns Result with crate::error::NullPtrError.