[][src]Type Definition quix::node::NodeHandler

type NodeHandler = Box<dyn FnMut(Uuid, Bytes) -> Pin<Box<dyn Future<Output = Result<Bytes, DispatchError>>>> + Send + 'static>;