Function arma_rs::fn_handler

source ·
pub fn fn_handler<C, I, R>(command: C) -> Handlerwhere
    C: Factory<I, R> + 'static,
Expand description

Create a new handler from a Factory