pub type UserApplicationCode = Arc<dyn UserApplication + Send + Sync + 'static>;
Expand description

An implementation of UserApplication