Trait gear_common::storage::EmptyCallback
source · pub trait EmptyCallback {
// Required method
fn call();
}
Expand description
Represents callback action for cases without input and output.
Required Methods§
Object Safety§
This trait is not object safe.