Skip to main content

RunnableVariant

Type Alias RunnableVariant 

Source
pub type RunnableVariant = Runnable<RunnableMeta>;
Expand description

Type alias for runnables with metadata. Previously an enum with a single variant, now simplified to a direct type alias.

Aliased Typeยง

pub struct RunnableVariant { /* private fields */ }