Skip to main content

AnyWireFmt

Type Alias AnyWireFmt 

Source
pub type AnyWireFmt<const DER: bool> = Pair<TagFmt, Bind<LengthFmt<DER>, FnSpec<(usize,), ExactLen<Tail, usize>>>>;

Aliased Type§

pub struct AnyWireFmt<const DER: bool>(pub TagFmt, pub Bind<LengthFmt<DER>, FnSpec<(usize,), ExactLen<Tail, usize>>>);

Tuple Fields§

§0: TagFmt§1: Bind<LengthFmt<DER>, FnSpec<(usize,), ExactLen<Tail, usize>>>