pub type ThreeArgBlock = RcBlock<Box<dyn Fn(*mut c_void, *mut c_void, *mut c_void) + Send>>;Expand description
Block type: void (^)(id, id, id)
Used for completion handlers with reflection:
void (^)(MTL::RenderPipelineState*, MTL::RenderPipelineReflection*, NS::Error*)
Aliased Type§
pub struct ThreeArgBlock { /* private fields */ }