Trait subxt::utils::bits::BitOrder

source ·
pub trait BitOrder {
    const FORMAT: OrderFormat;
}
Expand description

Associates bitvec::order::BitOrder trait with corresponding, type-erased scale_bits::OrderFormat enum.

Used to decode bit sequences in runtime by providing scale_bits::OrderFormat using bitvec-like type type parameters.

Required Associated Constants§

Corresponding scale_bits::OrderFormat value.

Implementors§