Skip to main content

IntoPath

Trait IntoPath 

Source
pub trait IntoPath {
    // Required method
    fn into_path(self) -> Result<Path, PathParseError>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IntoPath for &[&str]

Source§

impl IntoPath for &str

Source§

impl IntoPath for String

Source§

impl<const N: usize> IntoPath for [&str; N]

Implementors§