pub trait ProtoDigest {
// Provided method
fn get_digest(&self) -> Option<&Digest> { ... }
}Expand description
The interface to return protocol related information
pub trait ProtoDigest {
// Provided method
fn get_digest(&self) -> Option<&Digest> { ... }
}The interface to return protocol related information