Function safe_core::client::setup_routing[][src]

pub fn setup_routing(
    full_id: Option<FullId>,
    config: Option<BootstrapConfig>
) -> Result<(Routing, Receiver<Event>), CoreError>

Set up routing given a Client full_id and optional config and connect to the network.