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

Required Methods

release the touch object

This is a destructor, you cannot send requests to this object any longer once this method is called. Only available since version 3 of the interface.

Implementors