Trait protoflow_core::AsTransport

source ·
pub trait AsTransport {
    // Required method
    fn as_transport(&self) -> &dyn Transport;
}

Required Methods§

source

fn as_transport(&self) -> &dyn Transport

Implementors§