Type Alias mongodb::event::sdam::ServerDescription

source ·
pub type ServerDescription = ServerInfo<'static>;
Expand description

A description of the most up-to-date information known about a server. Further details can be found in the Server Discovery and Monitoring specification.

Aliased Type§

struct ServerDescription { /* private fields */ }