Skip to main content

Witness

Type Alias Witness 

Source
pub type Witness = Box<dyn FnMut(&ComponentRegistry) -> Result<(), String> + Send>;
Expand description

One liveness witness against the live registry — the application supplies its own (the generated host’s mailbox probe and entity round-trip), frame-host never invents one.

Aliased Type§

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