pub fn new_transport_error<S: Into<String>>(
kind: TransportErrorKind,
message: S,
) -> ErrorExpand description
Create a new Error instance of type Transport that wraps a
TransportError.
pub fn new_transport_error<S: Into<String>>(
kind: TransportErrorKind,
message: S,
) -> ErrorCreate a new Error instance of type Transport that wraps a
TransportError.