"then like:..." <- > <@jamesmunns:beeper.com> then like: > > ```rust > let x = postcard::from_bytes::(&data).unwrap(); > > match x { > Message::Foo(f) => { ... }, > Message::Bar(b) => { ... }, > } > ``` if I got similar Foo and Bar, for example, i8 vs u8, how does postcard distinguish between them?