Skip to main content

BerUniversalStringFmt

Type Alias BerUniversalStringFmt 

Source
pub type BerUniversalStringFmt<const LIMIT: usize> = BerCharStringFmt<UniversalStringFmt, LIMIT>;

Aliased Type§

pub struct BerUniversalStringFmt<const LIMIT: usize>(pub Tag, pub UniversalStringFmt);

Tuple Fields§

§0: Tag§1: UniversalStringFmt

Implementations§

Source§

impl<const LIMIT: usize> BerUniversalStringFmt<LIMIT>

Source

pub const exec fn universal() -> Self

returns
Self(TagFmt::UNIVERSAL_STRING, UniversalStringFmt),