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