Trait stringtree::StringTree [] [src]

pub trait StringTree {
    fn get_ref(&self) -> &[u8];

    fn to_string(&self) -> String { ... }
}

Required Methods

Provided Methods

Methods

impl StringTree
[src]

Implementors