pub trait ReadNetstring: Shutdown { // Required method fn read_netstring(&mut self) -> Result<String>; }