pub trait Relay: Send { // Required method fn poll_run( self: Pin<&mut Self>, cx: &mut Context<'_>, ) -> Poll<Result<(), Error>>; }
转发器运行trait
异步运行