Trait protobuf::Clear[][src]

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

anything that can be cleared

Required Methods

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

Implementations on Foreign Types

impl<T> Clear for Option<T>
[src]

impl Clear for String
[src]

impl<T> Clear for Vec<T>
[src]

Implementors