Type Definition paxakos::node_builder::SpawnResult

source ·
pub type SpawnResult<N, E> = Result<(RequestHandlerFor<N>, Shell<N>), SpawnError<E>>;
Expand description

Result returned by NodeBuilder::spawn or [NodeBuilder::spawn_in].