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

Required Methods§

destroy the pad object

Destroy the wp_tablet_pad_group object. Objects created from this object are unaffected and should be destroyed separately.

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

Implementations on Foreign Types§

Implementors§