Trait Choice
Other items inasn1_rs
pub trait Choice { fn can_decode(tag: Tag) -> bool; }
fn can_decode(tag: Tag) -> bool
Is the provided Tag decodable as a variant of this CHOICE?
Tag
CHOICE
impl<T> Choice for T where T: Tagged,