Trait kyoto_protocol::flow::flow_handler::FlowHandler[][src]

pub trait FlowHandler {
    fn handle_flow(&mut self, flow: FlowType) -> Result<RetFlowType>;
}

Required methods

fn handle_flow(&mut self, flow: FlowType) -> Result<RetFlowType>[src]

Loading content...

Implementors

Loading content...