pub trait PathComponentSliceExt {
// Required method
fn as_byte_slice(&self) -> &[u8] ⓘ;
}Expand description
Extension methods for slices of path components.
Required Methods§
Sourcefn as_byte_slice(&self) -> &[u8] ⓘ
fn as_byte_slice(&self) -> &[u8] ⓘ
Casts this slice of path components to a byte slice.