Struct theban_db::Object [] [src]

pub struct Object {
    pub data: Vec<u8>,
}

Fields

data: Vec<u8>

Methods

impl Object
[src]

fn new(data: Vec<u8>) -> Object

Trait Implementations

impl Debug for Object
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.