use ;
/// A trait that describes a sequence of actions to perform, in between which garbage collection may
/// take place.
///
/// This trait is similar to the `Future` trait in that it is not designed to be used directly, but
/// rather chained together using combinators and run to completion with a sequencer.