Skip to main content

MatrixHandler

Type Alias MatrixHandler 

Source
pub type MatrixHandler = Arc<dyn Fn(&EmberPath, &GlowConnection) -> Result<()> + Send + Sync>;
Expand description

Handler for matrix operations.

Aliased Typeยง

pub struct MatrixHandler { /* private fields */ }