then like: ```rust let x = postcard::from_bytes::(&data).unwrap(); match x { Message::Foo(f) => { ... }, Message::Bar(b) => { ... }, } ```