pub trait Choice {
    fn can_decode(tag: Tag) -> bool;
}Required Methods
fn can_decode(tag: Tag) -> bool
fn can_decode(tag: Tag) -> bool
Is the provided Tag decodable as a variant of this CHOICE?
pub trait Choice {
    fn can_decode(tag: Tag) -> bool;
}Is the provided Tag decodable as a variant of this CHOICE?