Struct ethers_solc::error::SolcIoError
source · pub struct SolcIoError { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for SolcIoError
impl Debug for SolcIoError
source§impl Display for SolcIoError
impl Display for SolcIoError
source§impl Error for SolcIoError
impl Error for SolcIoError
1.30.0 · 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<SolcIoError> for Error
impl From<SolcIoError> for Error
source§fn from(err: SolcIoError) -> Self
fn from(err: SolcIoError) -> Self
Converts to this type from the input type.
source§impl From<SolcIoError> for SolcError
impl From<SolcIoError> for SolcError
source§fn from(source: SolcIoError) -> Self
fn from(source: SolcIoError) -> Self
Converts to this type from the input type.