Skip to main content

EmptyProcState

Type Alias EmptyProcState 

Source
pub type EmptyProcState = Box<EmptyState>;
Expand description

Empty proc state which is an heap allocated empty struct.

Aliased Typeยง

pub struct EmptyProcState(/* private fields */);