Struct dtab::path::Path [] [src]

pub struct Path<'bytes>(pub Vec<&'bytes [u8]>);

Methods

impl<'bytes> Path<'bytes>
[src]

Trait Implementations

impl<'a, 'b, R> Div<R> for &'a mut Path<'a> where
    R: Into<&'b [u8]>,
    'b: 'a, 
[src]

The resulting type after applying the / operator

The method for the / operator

impl<'a, 'b, T> Extend<T> for Path<'a> where
    T: Into<&'b [u8]>,
    'b: 'a, 
[src]

Extends a collection with the contents of an iterator. Read more