try_start

Function try_start 

Source
pub async fn try_start(topology: Topology) -> Result<(), StartError>
Expand description

The same as start(), but returns an error rather than panics.