pub trait BatonExt: Sized {
    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

Implementations on Foreign Types

Implementors