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