Struct typed_path::unix::Utf8UnixEncoding
source · pub struct Utf8UnixEncoding;
Expand description
Represents a Unix-specific Utf8Encoding
Trait Implementations§
source§impl Debug for Utf8UnixEncoding
impl Debug for Utf8UnixEncoding
source§impl Display for Utf8UnixEncoding
impl Display for Utf8UnixEncoding
source§impl<'a> Utf8Encoding<'a> for Utf8UnixEncoding
impl<'a> Utf8Encoding<'a> for Utf8UnixEncoding
§type Components = Utf8UnixComponents<'a>
type Components = Utf8UnixComponents<'a>
Represents the type of component that will be derived by this encoding
source§fn components(path: &'a str) -> Self::Components
fn components(path: &'a str) -> Self::Components
Produces an iterator of
Utf8Component
s over the given the byte slice (path
)