[][src]Trait viaduct::Backend

pub trait Backend: Send + Sync + 'static {
    fn send(&self, request: Request) -> Result<Response, Error>;
}

Required methods

fn send(&self, request: Request) -> Result<Response, Error>

Loading content...

Implementors

impl Backend for FfiBackend[src]

Loading content...