Type Alias three_d::context::DebugCallback

source ·
pub type DebugCallback = Box<dyn FnMut(u32, u32, u32, u32, &str)>;

Aliased Type§

struct DebugCallback(/* private fields */);