Struct typed_path::Utf8WindowsEncoding
source · pub struct Utf8WindowsEncoding;
Expand description
Represents a Windows-specific Utf8Encoding
Trait Implementations§
source§impl Debug for Utf8WindowsEncoding
impl Debug for Utf8WindowsEncoding
source§impl Display for Utf8WindowsEncoding
impl Display for Utf8WindowsEncoding
source§impl<'a> Utf8Encoding<'a> for Utf8WindowsEncoding
impl<'a> Utf8Encoding<'a> for Utf8WindowsEncoding
§type Components = Utf8WindowsComponents<'a>
type Components = Utf8WindowsComponents<'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
)