Type Definition station::process::RpcCallback[][src]

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