Skip to main content

init_all

Function init_all 

Source
pub fn init_all() -> Vec<(String, Box<dyn BusDriver>)>
Expand description

Initialise all known bus drivers and return the ones that succeeded.

Call this once at startup, then pass the result to BusSchemeServer::new().