Trait gaia_tmtc::handler::HandleChoiceExt
source · pub trait HandleChoiceExt<Q>: Handle<Q> {
// Provided methods
fn prepend<X>(self, first: X) -> Choice<X, Self>
where Self: Sized { ... }
fn append<Y>(self, second: Y) -> Choice<Self, Y>
where Self: Sized { ... }
}