(function() {var implementors = {};
implementors["libc"] = ["impl<'a, 'b> Pattern<'a> for &'b String",];
implementors["regex_syntax"] = ["impl<'a, 'b> Pattern<'a> for &'b String",];
implementors["serde"] = ["impl<'a, 'b> Pattern<'a> for &'b String",];
implementors["syn"] = ["impl<'a, 'b> Pattern<'a> for &'b String",];
implementors["void"] = [];
implementors["zmq_sys"] = ["impl<'a, 'b> Pattern<'a> for &'b String",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()