(function() {var implementors = {}; implementors["owning_ref"] = ["impl<O, H> StableAddress for OwningHandle<O, H> where
    O: StableAddress,
    H: StableAddress
","impl<O, T: ?Sized> StableAddress for OwningRef<O, T>",]; if (window.register_implementors) { window.register_implementors(implementors); } else { window.pending_implementors = implementors; } })()