Skip to main content

RuntimeHandler

Type Alias RuntimeHandler 

Source
pub type RuntimeHandler = Arc<dyn Fn(&str, Value) -> Result<Value, String> + Send + Sync>;

Aliased Type§

pub struct RuntimeHandler { /* private fields */ }