pub trait Content: ToString + Deref<Target = str> + Send + Sync + 'static { fn as_mut_vec(&mut self) -> &mut Vec<u8> ⓘ; }