1 2 3 4 5
use crate::Protocol; pub trait ProtocolPlugin { fn build(&self, protocol: &mut Protocol); }