pub type MatrixHandler = Arc<dyn Fn(&EmberPath, &GlowConnection) -> Result<()> + Send + Sync>;
Handler for matrix operations.
pub struct MatrixHandler { /* private fields */ }