Trait sc_service::IntoPoolError [−][src]
pub trait IntoPoolError: Error + Send { pub fn into_pool_error(self) -> Result<Error, Self> { ... } }
Transaction pool error conversion.
Provided methods
pub fn into_pool_error(self) -> Result<Error, Self>
[src]
Try to extract original Error
This implementation is optional and used only to provide more descriptive error messages for end users of RPC API.
Implementations on Foreign Types
impl IntoPoolError for Error
[src]
impl IntoPoolError for Error
[src]pub fn into_pool_error(self) -> Result<Error, Error>
[src]
impl IntoPoolError for Error
[src]
impl IntoPoolError for Error
[src]