Type Definition station::process::RpcCallback

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