(function() {var implementors = {};
implementors["lasm"] = [{text:"impl Debug for Register",synthetic:false,types:["lasm::asm::Register"]},{text:"impl Debug for Literal",synthetic:false,types:["lasm::asm::Literal"]},{text:"impl Debug for Instruct",synthetic:false,types:["lasm::asm::Instruct"]},{text:"impl Debug for Error",synthetic:false,types:["lasm::error::Error"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()