Enum shadowsocks_rust::config::ConfigError
source · [−]Expand description
Error while reading Config
Variants
IoError(Error)
Input/Output error
JsonError(Error)
JSON parsing error
InvalidValue(String)
Invalid value
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ConfigError
impl Send for ConfigError
impl Sync for ConfigError
impl Unpin for ConfigError
impl !UnwindSafe for ConfigError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more