pub trait MasterBongo {
// Required method
fn masterbongo(&self);
}Expand description
This trait can be implemented using the derive macro
with the optional derive feature.
Required Methods§
Sourcefn masterbongo(&self)
fn masterbongo(&self)
Masterbongo the struct.