pub trait Budget {
// Required methods
fn deposit(&self);
fn withdraw(&self) -> bool;
}Available on crate feature
retry only.Expand description
For more info about Budget, please see the module-level documentation.
pub trait Budget {
// Required methods
fn deposit(&self);
fn withdraw(&self) -> bool;
}retry only.For more info about Budget, please see the module-level documentation.