Skip to main content

SimpleProxyInterface

Trait SimpleProxyInterface 

Source
pub trait SimpleProxyInterface: Send + Sync {
    type OnStartResponseFut: Future<Output = Result<SimpleOnStartResult, Error>> + Send;

    // Required method
    fn on_start(&self) -> Self::OnStartResponseFut;
}

Required Associated Types§

Required Methods§

Implementors§