pub type Result<T> = Result<T, Error>;
The successful or failed outcome resulting from sending a request to a KMIP server.