Struct mergable::Context [−][src]
pub struct Context<F: SequenceFactory = TimeSequenceFactory> { /* fields omitted */ }
Implementations
Trait Implementations
Auto Trait Implementations
impl<F> RefUnwindSafe for Context<F> where
F: RefUnwindSafe,
<F as SequenceFactory>::Sequence: RefUnwindSafe, impl<F> UnwindSafe for Context<F> where
F: UnwindSafe,
<F as SequenceFactory>::Sequence: UnwindSafe,