//! A `#[bin]` message that uses `#[br(restore_position)]` seeks, so its generated
//! `decode` is bound on `SeekSource`. Decoding through a forward-only
//! `StreamBitReader` (which is `Source` but not `SeekSource`) must be a compile
//! error — not a runtime `NotSeekable` surprise.
use ;