set_process_outbound

Function set_process_outbound 

Source
pub fn set_process_outbound(client: Arc<dyn Outbound>) -> bool
Expand description

Install it. Returns false if one has already been read or installed.

Once, at startup, before anything reads it — the same discipline and the same reason as crate::clock::set_process_clock: a test binary running two tests in one process must not abort on the second.