Type Definition workflow_rpc::result::ServerResult

source ·
pub type ServerResult<T> = Result<T, ServerError>;