pub type PersistenceStateResponse = PersistenceStateResponse;Aliased Type§
pub struct PersistenceStateResponse {
pub key: String,
pub found: bool,
pub payload_size_bytes: u64,
}Fields§
§key: String§found: bool§payload_size_bytes: u64