(function() {var implementors = {};
implementors["libc"] = ["impl<'a, A, R> FnOnce<A> for Box<FnBox<A, Output=R> + 'a>","impl<'a, A, R> FnOnce<A> for Box<FnBox<A, Output=R> + 'a + Send>","impl<R, F> FnOnce() for AssertUnwindSafe<F> where F: FnOnce() -> R",];implementors["num"] = ["impl<'a, A, R> FnOnce<A> for Box<FnBox<A, Output=R> + 'a>","impl<'a, A, R> FnOnce<A> for Box<FnBox<A, Output=R> + 'a + Send>","impl<R, F> FnOnce() for AssertUnwindSafe<F> where F: FnOnce() -> R",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()