Trait xstack_spec::transport::TransportSpecContext
source · pub trait TransportSpecContext {
// Required method
fn create_switch<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<Switch>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
}Expand description
A trait to access context data of the spec test.