Trait protobuf::clear::Clear [] [src]

pub trait Clear {
    fn clear(&mut self);
}

anything that can be cleared

Required Methods

fn clear(&mut self)

Implementors