Trait protobuf::Clear[][src]

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

anything that can be cleared

Required methods

Clear this make, make it equivalent to newly created object.

Implementations on Foreign Types

Implementors