Trait ruroonga_command::request_cancellable::RequestCancellable [] [src]

pub trait RequestCancellable {
    type Output;
    fn append_request_id(self, request_id: String) -> Self::Output;
}

Associated Types

Required Methods

Implementors