Type Definition json_rpc2::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

Result type for service handler functions and internal library errors.