MasterBongo

Trait MasterBongo 

Source
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§

Source

fn masterbongo(&self)

Masterbongo the struct.

Implementors§