Skip to main content

PathComponentSliceExt

Trait PathComponentSliceExt 

Source
pub trait PathComponentSliceExt {
    // Required method
    fn as_byte_slice(&self) -> &[u8] ;
}
Expand description

Extension methods for slices of path components.

Required Methods§

Source

fn as_byte_slice(&self) -> &[u8]

Casts this slice of path components to a byte slice.

Implementations on Foreign Types§

Source§

impl PathComponentSliceExt for [PathComponent]

Source§

fn as_byte_slice(&self) -> &[u8]

Implementors§