Macro playdate_sys::api_ok_ctx

source ·
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.