pub type DirectGetError = Error<DirectGetErrorKind>;
Aliased Type§
struct DirectGetError { /* private fields */ }
Trait Implementations§
Source§impl From<Error<RequestErrorKind>> for DirectGetError
impl From<Error<RequestErrorKind>> for DirectGetError
Source§fn from(err: RequestError) -> Self
fn from(err: RequestError) -> Self
Converts to this type from the input type.
Source§impl From<Error<StreamMessageErrorKind>> for DirectGetError
impl From<Error<StreamMessageErrorKind>> for DirectGetError
Source§fn from(err: StreamMessageError) -> Self
fn from(err: StreamMessageError) -> Self
Converts to this type from the input type.