Type Alias jsonrpsee_types::error::ErrorObjectOwned

source ·
pub type ErrorObjectOwned = ErrorObject<'static>;
Expand description

Owned variant of ErrorObject.

Aliased Type§

struct ErrorObjectOwned { /* private fields */ }