Type Definition bc::VarIntArray
source · pub type VarIntArray<T> = Confined<Vec<T>, 0, U32>;Trait Implementations§
source§impl From<ScriptBytes> for VarIntArray<u8>
impl From<ScriptBytes> for VarIntArray<u8>
source§fn from(wrapped: ScriptBytes) -> Self
fn from(wrapped: ScriptBytes) -> Self
Converts to this type from the input type.