Trait ice_rs::iceobject::IceObjectServer[][src]

pub trait IceObjectServer {
#[must_use]    fn handle_request<'life0, 'life1, 'async_trait>(
        &'life0 mut self,
        request: &'life1 RequestData
    ) -> Pin<Box<dyn Future<Output = Result<ReplyData, Box<dyn Error + Sync + Send>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        'life1: 'async_trait,
        Self: 'async_trait
; }

Required methods

#[must_use]fn handle_request<'life0, 'life1, 'async_trait>(
    &'life0 mut self,
    request: &'life1 RequestData
) -> Pin<Box<dyn Future<Output = Result<ReplyData, Box<dyn Error + Sync + Send>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    'life1: 'async_trait,
    Self: 'async_trait, 
[src]

Loading content...

Implementors

Loading content...