Type Definition rusqbin::storage::Bin [] [src]

type Bin = Vec<Request>;

A Bin holds a bunch of requests. For now it's just an alias for a Vector.