"Hi...a question on postcard..." <- > <@embassy-learner:matrix.org> Hi...a question on postcard: is it possible to feed cobs_accumulator with a struct having a slice inside? > So like this: > ```Rust > #[derive(Serialize, Deserialize, Clone, Debug, Eq, PartialEq)] > pub enum Message<'a> { > Data(&'a [u8]) > } > ``` I think you need to use `feed_ref`, IIRC?