Trait asn1_rs::Choice[][src]

pub trait Choice {
    fn can_decode(tag: Tag) -> bool;
}

Required methods

Is the provided Tag decodable as a variant of this CHOICE?

Implementors