pub trait VarStringWrite { // Required method fn write_var_string(&mut self, value: &str) -> Result<usize>; }