pub trait BatonExt {
    fn dispose(self);

    fn pass(self) { ... }
}
Expand description

Extension trait for Option<Baton> to provide dispose and pass

Required Methods

Declare any responsibility has been discharged

Provided Methods

Pass on any responsibility to someone else

Implementors