pub trait SpecByteLen {
type T;
// Required method
spec fn byte_len(&self, v: Self::T) -> nat;
}Expand description
Denotes the byte length of a value w.r.t. a combinator’s format spec.
pub trait SpecByteLen {
type T;
// Required method
spec fn byte_len(&self, v: Self::T) -> nat;
}Denotes the byte length of a value w.r.t. a combinator’s format spec.