Type Definition perseus::plugins::Runner

source · []
pub type Runner<A, R> = Box<dyn Fn(&A, &(dyn Any + Send)) -> R + Send>;
Expand description

A runner function, which takes action data and plugin data.