Function elfo_core::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.