Skip to main content

sequence_named

Function sequence_named 

Source
pub fn sequence_named(
    name: &str,
    element: DynamicType,
    bound: u32,
) -> DynamicType
Expand description

Like sequence_of but keeps a caller-supplied type name (e.g. a named typedef sequence<T> Foo from a TypeObject) instead of the anonymous "seq".