pub type LogHandlerBlock = RcBlock<Box<dyn Fn(*mut c_void, *mut c_void, isize, *mut c_void) + Send>>;Expand description
Block type: void (^)(id, id, isize, id)
Used for log handlers: void (^)(NS::String*, NS::String*, LogLevel, NS::String*)
LogLevel in Metal is NS::Integer (isize on 64-bit platforms).
Aliased Type§
pub struct LogHandlerBlock { /* private fields */ }