Skip to main content

list

Function list 

Source
pub async fn list(
    t: &Transport,
    f: &CaseFilter,
    limit: usize,
) -> Result<CaseList>
Expand description

One bounded peek: page until limit + 1 rows are in hand or the server runs out, then truncate.