pub trait ExtAlpnProcessor { // Required method fn alpn<'r>(&mut self, _: Alpn<'r>) -> bool; }
Downstream Key Share Processor