pub type YamlPath<T> = FilePath<T, YamlDumper, YamlLoader>;
pub struct YamlPath<T> { /* private fields */ }