pingora_core::protocols

Trait ProtoDigest

Source
pub trait ProtoDigest {
    // Provided method
    fn get_digest(&self) -> Option<&Digest> { ... }
}
Expand description

The interface to return protocol related information

Provided Methods§

Implementors§