Struct extra::ebml::Doc

pub struct Doc {
    data: @~[u8],
    start: uint,
    end: uint,
}

Methods

impl Doc

fn get(&self, tag: uint) -> Doc

fn as_str_slice<'a>(&'a self) -> &'a str

fn as_str(&self) -> ~str

Trait Implementations

impl std::clone::Clone for Doc

fn clone(&self) -> Doc