pub fn sequence_of(element: DynamicType, bound: u32) -> DynamicTypeExpand description
Build a sequence<Element> type (bound 0 = unbounded) that retains the
fully-resolved element type for the reflective codec.
pub fn sequence_of(element: DynamicType, bound: u32) -> DynamicTypeBuild a sequence<Element> type (bound 0 = unbounded) that retains the
fully-resolved element type for the reflective codec.