nautilus_data::engine::runner

Trait SendResponse

source
pub trait SendResponse {
    // Required method
    fn send(&self, resp: DataResponse);
}

Required Methods§

source

fn send(&self, resp: DataResponse)

Implementors§