1mod implementations; 2mod methods; 3 4use crate::ScatterNet; 5 6#[derive(Clone, Debug)] 7pub struct ScatterNetProtocol { 8 net: ScatterNet, 9}