[][src]Type Definition ghost_actor::ghost_chan::GhostChanRespond

type GhostChanRespond<T> = Box<dyn FnOnce(T) -> GhostResult<()> + Send + 'static>;

Response callback for an GhostChan message.