pub trait RequestsTrait {
    fn destroy(&self);
}

Required Methods§

destroy the tablet object

This destroys the client’s resource for this tablet object.

This is a destructor, you cannot send requests to this object any longer once this method is called.

Implementations on Foreign Types§

Implementors§