Type Alias tor_config::flatten::FlattenError

source ·
type FlattenError = DeserializerError;
Expand description

Type alias for reified error

serde_value::DeserializerError has one variant for each of the constructors of de::Error.

Aliased Type§

enum FlattenError {
    // some variants omitted
}

Variants§