pumpkin/implementors/core/fmt/trait.Binary.js

11 lines
501 B
JavaScript
Raw Normal View History

2016-05-10 15:03:32 -04:00
(function() {var implementors = {};
2016-05-10 15:15:32 -04:00
implementors['pumpkin'] = ["impl <a class='trait' href='https://doc.rust-lang.org/nightly/core/fmt/trait.Binary.html' title='core::fmt::Binary'>Binary</a> for <a class='struct' href='pumpkin/struct.Prime.html' title='pumpkin::Prime'>Prime</a>",];
2016-05-10 15:03:32 -04:00
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()