Skip to main content

list

Function list 

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

One bounded peek: limit + 1 rows so truncation is observable without a second request.