Struct shadowsocks::config::Error
[−]
[src]
pub struct Error {
pub kind: ErrorKind,
pub desc: &'static str,
pub detail: Option<String>,
}Configuration parsing error
Fields
kind: ErrorKind
desc: &'static str
detail: Option<String>
Methods
impl Error[src]
Trait Implementations
impl From<Error> for Error[src]
impl From<Error> for Error[src]
fn from(err: Error) -> Self
Performs the conversion.