Trait qp_trie::Break[][src]

pub trait Break: Borrow<Self::Split> {
    type Split: ?Sized;
    fn empty<'a>() -> &'a Self::Split;
fn find_break(&self, loc: usize) -> &Self::Split; }

Associated Types

Required Methods

Implementations on Foreign Types

impl Break for [u8]
[src]

impl<'b> Break for &'b [u8]
[src]

Implementors