pub trait IntoPathedValueError {
    // Required method
    fn into_pathed_value_error(self, path: KeyPath) -> Error;
}

Required Methods§

Implementations on Foreign Types§

source§

impl IntoPathedValueError for Error

Implementors§