Crate gc_sequence[−][src]
Re-exports
pub use self::done::done; | |
pub use self::done::err; | |
pub use self::done::ok; |
Modules
and_then | |
done | |
flatten | |
flatten_result | |
map | |
map_result | |
then |
Macros
make_sequencable_arena | Creates a set of types for running “sequences” on |
Structs
SequenceFn | |
SequenceFnWith |
Traits
Sequence | A trait that describes a sequence of actions to perform, in between which garbage collection may take place. |
SequenceExt | Extension trait for |
SequenceResultExt | Extension trait for |
Functions
from_fn | |
from_fn_with |