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