pub struct Sender { /* private fields */ }Expand description
SNAP tunnel sender.
Implementations§
Source§impl Sender
impl Sender
Sourcepub fn new(conn: Connection) -> Self
pub fn new(conn: Connection) -> Self
Creates a new sender.
Sourcepub fn send_datagram(&self, data: Bytes) -> Result<(), SendDatagramError>
pub fn send_datagram(&self, data: Bytes) -> Result<(), SendDatagramError>
Sends a datagram to the connection.
Sourcepub async fn send_datagram_wait(
&self,
data: Bytes,
) -> Result<(), SendDatagramError>
pub async fn send_datagram_wait( &self, data: Bytes, ) -> Result<(), SendDatagramError>
Sends a datagram to the connection and waits for the datagram to be sent.
Auto Trait Implementations§
impl Freeze for Sender
impl RefUnwindSafe for Sender
impl Send for Sender
impl Sync for Sender
impl Unpin for Sender
impl UnwindSafe for Sender
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request