[][src]Trait rsocket_rust::transport::Writer

pub trait Writer {
#[must_use]    pub fn write<'life0, 'async_trait>(
        &'life0 mut self,
        frame: Frame
    ) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Required methods

#[must_use]pub fn write<'life0, 'async_trait>(
    &'life0 mut self,
    frame: Frame
) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Loading content...

Implementors

Loading content...