IntoBoxPath

Trait IntoBoxPath 

Source
pub trait IntoBoxPath {
    // Required method
    fn into_box_path(self) -> Box<Path>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoBoxPath for &str

Source§

impl IntoBoxPath for &Box<Path>

Source§

impl IntoBoxPath for &Path

Source§

impl IntoBoxPath for &PathBuf

Source§

impl IntoBoxPath for Box<Path>

Source§

impl IntoBoxPath for String

Source§

impl IntoBoxPath for PathBuf

Implementors§