Type Definition station::rpc::Callback[][src]

pub type Callback<T, U> = Box<dyn Send + Fn(T) -> Result<U, String>>;