[][src]Trait qp_trie::Break

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

type Split: ?Sized

Loading content...

Required methods

fn empty<'a>() -> &'a Self::Split

fn find_break(&self, loc: usize) -> &Self::Split

Loading content...

Implementations on Foreign Types

impl Break for [u8][src]

type Split = [u8]

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

type Split = [u8]

Loading content...

Implementors

impl Break for BStr[src]

type Split = BStr

impl Break for BString[src]

type Split = BStr

Loading content...