Struct tokio_postgres::CancelData
[−]
pub struct CancelData { pub process_id: i32, pub secret_key: i32, }
Contains information necessary to cancel queries for a session.
Fields
process_id: i32
The process ID of the session.
secret_key: i32
The secret key for the session.