pub trait TryIntoBytes { // Required method fn try_into_bytes(self) -> Result<Vec<u8>, LblError>; }
Convert String, &str, or Vec into Vec
convert into Vec