// pub trait ToBufStr: Copy { // const BUF_SIZE: usize; // fn to_str<'buf>(&self, buf: &'buf mut [u8; Self::BUF_SIZE]) -> &'buf mut str; // }