Trait rustdoc::docfs::PathError

source ·
pub(crate) trait PathError {
    // Required method
    fn new<S, P: AsRef<Path>>(e: S, path: P) -> Self
       where S: ToString + Sized;
}

Required Methods§

source

fn new<S, P: AsRef<Path>>(e: S, path: P) -> Self
where S: ToString + Sized,

Object Safety§

This trait is not object safe.

Implementors§