pub type CellConductorReadHandle = Arc<dyn CellConductorReadHandleT + Send + 'static>;
Expand description

A minimal set of functionality needed from the conductor by host functions.

Aliased Type§

struct CellConductorReadHandle { /* private fields */ }