Skip to main content

LogPage

Type Alias LogPage 

Source
pub type LogPage = CursorPage<LogChunk>;

Aliased Type§

pub struct LogPage {
    pub items: Vec<LogChunk>,
    pub next_cursor: Option<String>,
}

Fields§

§items: Vec<LogChunk>§next_cursor: Option<String>