Skip to main content

SpawnResult

Type Alias SpawnResult 

Source
type SpawnResult = (Vec<PtTransportName>, Result<PluggableClientTransport>);
Expand description

The result of a spawn attempt: the list of transports the spawned binary covers, and the result.