Trait InputLength
pub trait InputLength {
// Required method
fn input_len(&self) -> usize;
}Available on (crate features
rustls or boring or acme) and crate feature rustls only.Expand description
Abstract method to calculate the input length