(function() {var implementors = {};
implementors["parity_wasm"] = [{text:"impl From<VarUint32> for usize",synthetic:false,types:[]},{text:"impl From<VarUint32> for u32",synthetic:false,types:[]},{text:"impl From<u32> for VarUint32",synthetic:false,types:["parity_wasm::elements::primitives::VarUint32"]},{text:"impl From<usize> for VarUint32",synthetic:false,types:["parity_wasm::elements::primitives::VarUint32"]},{text:"impl From<VarUint64> for u64",synthetic:false,types:[]},{text:"impl From<u64> for VarUint64",synthetic:false,types:["parity_wasm::elements::primitives::VarUint64"]},{text:"impl From<VarUint7> for u8",synthetic:false,types:[]},{text:"impl From<u8> for VarUint7",synthetic:false,types:["parity_wasm::elements::primitives::VarUint7"]},{text:"impl From<VarInt7> for i8",synthetic:false,types:[]},{text:"impl From<i8> for VarInt7",synthetic:false,types:["parity_wasm::elements::primitives::VarInt7"]},{text:"impl From<Uint8> for u8",synthetic:false,types:[]},{text:"impl From<u8> for Uint8",synthetic:false,types:["parity_wasm::elements::primitives::Uint8"]},{text:"impl From<VarInt32> for i32",synthetic:false,types:[]},{text:"impl From<i32> for VarInt32",synthetic:false,types:["parity_wasm::elements::primitives::VarInt32"]},{text:"impl From<VarInt64> for i64",synthetic:false,types:[]},{text:"impl From<i64> for VarInt64",synthetic:false,types:["parity_wasm::elements::primitives::VarInt64"]},{text:"impl From<Uint32> for u32",synthetic:false,types:[]},{text:"impl From<u32> for Uint32",synthetic:false,types:["parity_wasm::elements::primitives::Uint32"]},{text:"impl From<u64> for Uint64",synthetic:false,types:["parity_wasm::elements::primitives::Uint64"]},{text:"impl From<Uint64> for u64",synthetic:false,types:[]},{text:"impl From<VarUint1> for bool",synthetic:false,types:[]},{text:"impl From<bool> for VarUint1",synthetic:false,types:["parity_wasm::elements::primitives::VarUint1"]},{text:"impl From<Unparsed> for Vec<u8>",synthetic:false,types:["alloc::vec::Vec"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()