Crate nedots

source ·

Structs

Traits

Marker trait.
Implementors will ‘Execute’ - they will run some code with the intent of notifying the user during or after runtime.
Implementors will take steps to Initialize before runtime. They return T and V is passed to init and is required for valid Initialization.
Implementors will Run. Shares similarities with Execute, but differs because exec is typically called to run implementor so that the logical scope of Run is constrained to its bare necessities.