pub enum GetStringSourceError {
HttpError(Error),
StdIoError(Error),
}Variants§
Trait Implementations§
source§impl Debug for GetStringSourceError
impl Debug for GetStringSourceError
source§impl Display for GetStringSourceError
impl Display for GetStringSourceError
source§impl Error for GetStringSourceError
impl Error for GetStringSourceError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<Error> for GetStringSourceError
impl From<Error> for GetStringSourceError
source§impl From<Error> for GetStringSourceError
impl From<Error> for GetStringSourceError
source§impl From<GetStringSourceError> for GenerateError
impl From<GetStringSourceError> for GenerateError
source§fn from(source: GetStringSourceError) -> Self
fn from(source: GetStringSourceError) -> Self
Converts to this type from the input type.
source§impl From<GetStringSourceError> for GenerateIanaConfigError
impl From<GetStringSourceError> for GenerateIanaConfigError
source§fn from(source: GetStringSourceError) -> Self
fn from(source: GetStringSourceError) -> Self
Converts to this type from the input type.