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