PbAllCursors

Type Alias PbAllCursors 

Source
pub type PbAllCursors = AllCursors;

Aliased Type§

pub struct PbAllCursors {
    pub session_id: i32,
    pub user_name: String,
    pub peer_addr: String,
    pub database: String,
    pub cursor_names: Vec<String>,
}

Fields§

§session_id: i32§user_name: String§peer_addr: String§database: String§cursor_names: Vec<String>