[][src]Trait yaml_validator::error::PathContext

pub trait PathContext<'a> {
    fn prepend(self, segment: String) -> Self;
}

Required methods

fn prepend(self, segment: String) -> Self

Loading content...

Implementors

impl<'a> PathContext<'a> for Result<'a>[src]

Loading content...