pub type BitStr = BitSlice<u8, Msb0>;
Expand description
A reference to a BIT STRING
type.
Aliased Type§
struct BitStr { /* private fields */ }
Trait Implementations§
Source§impl AsnType for BitStr
impl AsnType for BitStr
Source§const TAG_TREE: TagTree = _
const TAG_TREE: TagTree = _
The root of this type’s tree of tag’s if it a CHOICE type, otherwise its
Leaf
that points Self::TAG
.const CONSTRAINTS: Constraints<'static> = Constraints::NONE
Source§const IDENTIFIER: Option<&'static str> = None
const IDENTIFIER: Option<&'static str> = None
Identifier of an ASN.1 type as specified in the original specification
if not identical with the identifier of
Self