(function() {var implementors = {}; implementors["base64"] = [{"text":"impl<'a> UnwindSafe for Base64Display<'a>","synthetic":true,"types":[]},{"text":"impl<'a, R> !UnwindSafe for DecoderReader<'a, R>","synthetic":true,"types":[]},{"text":"impl<W> UnwindSafe for EncoderWriter<W> where
    W: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<S> UnwindSafe for EncoderStringWriter<S> where
    S: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DecodeError","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CharacterSet","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Config","synthetic":true,"types":[]}]; implementors["bytes"] = [{"text":"impl<T, U> UnwindSafe for Chain<T, U> where
    T: UnwindSafe,
    U: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for IntoIter<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for Limit<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<B> UnwindSafe for Reader<B> where
    B: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for Take<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for UninitSlice","synthetic":true,"types":[]},{"text":"impl<B> UnwindSafe for Writer<B> where
    B: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Bytes","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BytesMut","synthetic":true,"types":[]}]; implementors["chrono"] = [{"text":"impl UnwindSafe for FixedOffset","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Local","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Utc","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for LocalResult<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for NaiveDate","synthetic":true,"types":[]},{"text":"impl UnwindSafe for NaiveDateTime","synthetic":true,"types":[]},{"text":"impl UnwindSafe for IsoWeek","synthetic":true,"types":[]},{"text":"impl UnwindSafe for NaiveTime","synthetic":true,"types":[]},{"text":"impl<Tz> UnwindSafe for Date<Tz> where
    <Tz as TimeZone>::Offset: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SecondsFormat","synthetic":true,"types":[]},{"text":"impl<Tz> UnwindSafe for DateTime<Tz> where
    <Tz as TimeZone>::Offset: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Parsed","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for StrftimeItems<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Pad","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Numeric","synthetic":true,"types":[]},{"text":"impl UnwindSafe for InternalNumeric","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Fixed","synthetic":true,"types":[]},{"text":"impl UnwindSafe for InternalFixed","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for Item<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ParseError","synthetic":true,"types":[]},{"text":"impl<I> UnwindSafe for DelayedFormat<I> where
    I: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RoundingError","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Weekday","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ParseWeekdayError","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Month","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ParseMonthError","synthetic":true,"types":[]}]; implementors["fnv"] = [{"text":"impl UnwindSafe for FnvHasher","synthetic":true,"types":[]}]; implementors["form_urlencoded"] = [{"text":"impl<'a> UnwindSafe for Parse<'a>","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for ParseIntoOwned<'a>","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for ByteSerialize<'a>","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for Serializer<'a, T>","synthetic":true,"types":[]}]; implementors["futures_channel"] = [{"text":"impl<T> !UnwindSafe for Sender<T>","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for UnboundedSender<T>","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for Receiver<T>","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for UnboundedReceiver<T>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SendError","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for TrySendError<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TryRecvError","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for Receiver<T>","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for Sender<T>","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for Cancellation<'a, T>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Canceled","synthetic":true,"types":[]}]; implementors["futures_util"] = [{"text":"impl<Fut> UnwindSafe for Fuse<Fut> where
    Fut: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<F> UnwindSafe for Flatten<F> where
    F: UnwindSafe,
    <F as Future>::Output: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<F> UnwindSafe for FlattenStream<F> where
    F: UnwindSafe,
    <F as Future>::Output: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut, F> UnwindSafe for Map<Fut, F> where
    F: UnwindSafe,
    Fut: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<F> UnwindSafe for IntoStream<F> where
    F: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut, T> UnwindSafe for MapInto<Fut, T> where
    Fut: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut1, Fut2, F> UnwindSafe for Then<Fut1, Fut2, F> where
    F: UnwindSafe,
    Fut1: UnwindSafe,
    Fut2: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut, F> UnwindSafe for Inspect<Fut, F> where
    F: UnwindSafe,
    Fut: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut> UnwindSafe for NeverError<Fut> where
    Fut: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut> UnwindSafe for UnitError<Fut> where
    Fut: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut> UnwindSafe for IntoFuture<Fut> where
    Fut: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut1, Fut2> UnwindSafe for TryFlatten<Fut1, Fut2> where
    Fut1: UnwindSafe,
    Fut2: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut> UnwindSafe for TryFlattenStream<Fut> where
    Fut: UnwindSafe,
    <Fut as TryFuture>::Ok: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut1, Fut2, F> UnwindSafe for AndThen<Fut1, Fut2, F> where
    F: UnwindSafe,
    Fut1: UnwindSafe,
    Fut2: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut1, Fut2, F> UnwindSafe for OrElse<Fut1, Fut2, F> where
    F: UnwindSafe,
    Fut1: UnwindSafe,
    Fut2: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut, E> UnwindSafe for ErrInto<Fut, E> where
    Fut: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut, E> UnwindSafe for OkInto<Fut, E> where
    Fut: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut, F> UnwindSafe for InspectOk<Fut, F> where
    F: UnwindSafe,
    Fut: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut, F> UnwindSafe for InspectErr<Fut, F> where
    F: UnwindSafe,
    Fut: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut, F> UnwindSafe for MapOk<Fut, F> where
    F: UnwindSafe,
    Fut: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut, F> UnwindSafe for MapErr<Fut, F> where
    F: UnwindSafe,
    Fut: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut, F, G> UnwindSafe for MapOkOrElse<Fut, F, G> where
    F: UnwindSafe,
    Fut: UnwindSafe,
    G: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut, F> UnwindSafe for UnwrapOrElse<Fut, F> where
    F: UnwindSafe,
    Fut: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<F> UnwindSafe for Lazy<F> where
    F: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for Pending<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut> UnwindSafe for MaybeDone<Fut> where
    Fut: UnwindSafe,
    <Fut as Future>::Output: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut> UnwindSafe for TryMaybeDone<Fut> where
    Fut: UnwindSafe,
    <Fut as TryFuture>::Ok: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<F> UnwindSafe for OptionFuture<F> where
    F: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<F> UnwindSafe for PollFn<F> where
    F: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for Ready<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut1, Fut2> UnwindSafe for Join<Fut1, Fut2> where
    Fut1: UnwindSafe,
    Fut2: UnwindSafe,
    <Fut1 as Future>::Output: UnwindSafe,
    <Fut2 as Future>::Output: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut1, Fut2, Fut3> UnwindSafe for Join3<Fut1, Fut2, Fut3> where
    Fut1: UnwindSafe,
    Fut2: UnwindSafe,
    Fut3: UnwindSafe,
    <Fut1 as Future>::Output: UnwindSafe,
    <Fut2 as Future>::Output: UnwindSafe,
    <Fut3 as Future>::Output: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut1, Fut2, Fut3, Fut4> UnwindSafe for Join4<Fut1, Fut2, Fut3, Fut4> where
    Fut1: UnwindSafe,
    Fut2: UnwindSafe,
    Fut3: UnwindSafe,
    Fut4: UnwindSafe,
    <Fut1 as Future>::Output: UnwindSafe,
    <Fut2 as Future>::Output: UnwindSafe,
    <Fut3 as Future>::Output: UnwindSafe,
    <Fut4 as Future>::Output: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut1, Fut2, Fut3, Fut4, Fut5> UnwindSafe for Join5<Fut1, Fut2, Fut3, Fut4, Fut5> where
    Fut1: UnwindSafe,
    Fut2: UnwindSafe,
    Fut3: UnwindSafe,
    Fut4: UnwindSafe,
    Fut5: UnwindSafe,
    <Fut1 as Future>::Output: UnwindSafe,
    <Fut2 as Future>::Output: UnwindSafe,
    <Fut3 as Future>::Output: UnwindSafe,
    <Fut4 as Future>::Output: UnwindSafe,
    <Fut5 as Future>::Output: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<A, B> UnwindSafe for Select<A, B> where
    A: UnwindSafe,
    B: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut1, Fut2> UnwindSafe for TryJoin<Fut1, Fut2> where
    Fut1: UnwindSafe,
    Fut2: UnwindSafe,
    <Fut1 as TryFuture>::Ok: UnwindSafe,
    <Fut2 as TryFuture>::Ok: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut1, Fut2, Fut3> UnwindSafe for TryJoin3<Fut1, Fut2, Fut3> where
    Fut1: UnwindSafe,
    Fut2: UnwindSafe,
    Fut3: UnwindSafe,
    <Fut1 as TryFuture>::Ok: UnwindSafe,
    <Fut2 as TryFuture>::Ok: UnwindSafe,
    <Fut3 as TryFuture>::Ok: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut1, Fut2, Fut3, Fut4> UnwindSafe for TryJoin4<Fut1, Fut2, Fut3, Fut4> where
    Fut1: UnwindSafe,
    Fut2: UnwindSafe,
    Fut3: UnwindSafe,
    Fut4: UnwindSafe,
    <Fut1 as TryFuture>::Ok: UnwindSafe,
    <Fut2 as TryFuture>::Ok: UnwindSafe,
    <Fut3 as TryFuture>::Ok: UnwindSafe,
    <Fut4 as TryFuture>::Ok: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut1, Fut2, Fut3, Fut4, Fut5> UnwindSafe for TryJoin5<Fut1, Fut2, Fut3, Fut4, Fut5> where
    Fut1: UnwindSafe,
    Fut2: UnwindSafe,
    Fut3: UnwindSafe,
    Fut4: UnwindSafe,
    Fut5: UnwindSafe,
    <Fut1 as TryFuture>::Ok: UnwindSafe,
    <Fut2 as TryFuture>::Ok: UnwindSafe,
    <Fut3 as TryFuture>::Ok: UnwindSafe,
    <Fut4 as TryFuture>::Ok: UnwindSafe,
    <Fut5 as TryFuture>::Ok: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<A, B> UnwindSafe for TrySelect<A, B> where
    A: UnwindSafe,
    B: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<A, B> UnwindSafe for Either<A, B> where
    A: UnwindSafe,
    B: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St1, St2> UnwindSafe for Chain<St1, St2> where
    St1: UnwindSafe,
    St2: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, C> UnwindSafe for Collect<St, C> where
    C: UnwindSafe,
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, FromA, FromB> UnwindSafe for Unzip<St, FromA, FromB> where
    FromA: UnwindSafe,
    FromB: UnwindSafe,
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St> UnwindSafe for Concat<St> where
    St: UnwindSafe,
    <St as Stream>::Item: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St> UnwindSafe for Cycle<St> where
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St> UnwindSafe for Enumerate<St> where
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, Fut, F> UnwindSafe for Filter<St, Fut, F> where
    F: UnwindSafe,
    Fut: UnwindSafe,
    St: UnwindSafe,
    <St as Stream>::Item: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, Fut, F> UnwindSafe for FilterMap<St, Fut, F> where
    F: UnwindSafe,
    Fut: UnwindSafe,
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, Fut, T, F> UnwindSafe for Fold<St, Fut, T, F> where
    F: UnwindSafe,
    Fut: UnwindSafe,
    St: UnwindSafe,
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, Fut, F> UnwindSafe for ForEach<St, Fut, F> where
    F: UnwindSafe,
    Fut: UnwindSafe,
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St> UnwindSafe for Fuse<St> where
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St> UnwindSafe for StreamFuture<St> where
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, F> UnwindSafe for Map<St, F> where
    F: UnwindSafe,
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, St> !UnwindSafe for Next<'a, St>","synthetic":true,"types":[]},{"text":"impl<'a, St> !UnwindSafe for SelectNextSome<'a, St>","synthetic":true,"types":[]},{"text":"impl<St> UnwindSafe for Peekable<St> where
    St: UnwindSafe,
    <St as Stream>::Item: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, St> !UnwindSafe for Peek<'a, St>","synthetic":true,"types":[]},{"text":"impl<St> UnwindSafe for Skip<St> where
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, Fut, F> UnwindSafe for SkipWhile<St, Fut, F> where
    F: UnwindSafe,
    Fut: UnwindSafe,
    St: UnwindSafe,
    <St as Stream>::Item: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St> UnwindSafe for Take<St> where
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, Fut, F> UnwindSafe for TakeWhile<St, Fut, F> where
    F: UnwindSafe,
    Fut: UnwindSafe,
    St: UnwindSafe,
    <St as Stream>::Item: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, Fut> UnwindSafe for TakeUntil<St, Fut> where
    Fut: UnwindSafe,
    St: UnwindSafe,
    <Fut as Future>::Output: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, Fut, F> UnwindSafe for Then<St, Fut, F> where
    F: UnwindSafe,
    Fut: UnwindSafe,
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St1, St2> UnwindSafe for Zip<St1, St2> where
    St1: UnwindSafe,
    St2: UnwindSafe,
    <St1 as Stream>::Item: UnwindSafe,
    <St2 as Stream>::Item: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, S, Fut, F> UnwindSafe for Scan<St, S, Fut, F> where
    F: UnwindSafe,
    Fut: UnwindSafe,
    S: UnwindSafe,
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St> UnwindSafe for Flatten<St> where
    St: UnwindSafe,
    <St as Stream>::Item: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, F> UnwindSafe for Inspect<St, F> where
    F: UnwindSafe,
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, U, F> UnwindSafe for FlatMap<St, U, F> where
    F: UnwindSafe,
    St: UnwindSafe,
    U: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, Fut, F> UnwindSafe for AndThen<St, Fut, F> where
    F: UnwindSafe,
    Fut: UnwindSafe,
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St> UnwindSafe for IntoStream<St> where
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, Fut, F> UnwindSafe for OrElse<St, Fut, F> where
    F: UnwindSafe,
    Fut: UnwindSafe,
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, St> !UnwindSafe for TryNext<'a, St>","synthetic":true,"types":[]},{"text":"impl<St, Fut, F> UnwindSafe for TryForEach<St, Fut, F> where
    F: UnwindSafe,
    Fut: UnwindSafe,
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, Fut, F> UnwindSafe for TryFilter<St, Fut, F> where
    F: UnwindSafe,
    Fut: UnwindSafe,
    St: UnwindSafe,
    <St as TryStream>::Ok: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, Fut, F> UnwindSafe for TryFilterMap<St, Fut, F> where
    F: UnwindSafe,
    Fut: UnwindSafe,
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St> UnwindSafe for TryFlatten<St> where
    St: UnwindSafe,
    <St as TryStream>::Ok: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, C> UnwindSafe for TryCollect<St, C> where
    C: UnwindSafe,
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St> UnwindSafe for TryConcat<St> where
    St: UnwindSafe,
    <St as TryStream>::Ok: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, Fut, T, F> UnwindSafe for TryFold<St, Fut, T, F> where
    F: UnwindSafe,
    Fut: UnwindSafe,
    St: UnwindSafe,
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T, F, Fut> UnwindSafe for TryUnfold<T, F, Fut> where
    F: UnwindSafe,
    Fut: UnwindSafe,
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, Fut, F> UnwindSafe for TrySkipWhile<St, Fut, F> where
    F: UnwindSafe,
    Fut: UnwindSafe,
    St: UnwindSafe,
    <St as TryStream>::Ok: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, Fut, F> UnwindSafe for TryTakeWhile<St, Fut, F> where
    F: UnwindSafe,
    Fut: UnwindSafe,
    St: UnwindSafe,
    <St as TryStream>::Ok: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, E> UnwindSafe for ErrInto<St, E> where
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, F> UnwindSafe for InspectOk<St, F> where
    F: UnwindSafe,
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, F> UnwindSafe for InspectErr<St, F> where
    F: UnwindSafe,
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, F> UnwindSafe for MapOk<St, F> where
    F: UnwindSafe,
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St, F> UnwindSafe for MapErr<St, F> where
    F: UnwindSafe,
    St: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<I> UnwindSafe for Iter<I> where
    I: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for Repeat<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<F> UnwindSafe for RepeatWith<F> where
    F: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for Empty<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<Fut> UnwindSafe for Once<Fut> where
    Fut: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for Pending<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<F> UnwindSafe for PollFn<F> where
    F: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<St1, St2> UnwindSafe for Select<St1, St2> where
    St1: UnwindSafe,
    St2: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T, F, Fut> UnwindSafe for Unfold<T, F, Fut> where
    F: UnwindSafe,
    Fut: UnwindSafe,
    T: UnwindSafe, 
","synthetic":true,"types":[]}]; implementors["h2"] = [{"text":"impl !UnwindSafe for Error","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Reason","synthetic":true,"types":[]},{"text":"impl<B> UnwindSafe for SendRequest<B>","synthetic":true,"types":[]},{"text":"impl<B> UnwindSafe for ReadySendRequest<B>","synthetic":true,"types":[]},{"text":"impl<T, B = Bytes> !UnwindSafe for Connection<T, B>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ResponseFuture","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PushedResponseFuture","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for PushPromise","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PushPromises","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Builder","synthetic":true,"types":[]},{"text":"impl<T, B = Bytes> !UnwindSafe for Handshake<T, B>","synthetic":true,"types":[]},{"text":"impl<T, B> !UnwindSafe for Connection<T, B>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Builder","synthetic":true,"types":[]},{"text":"impl<B> UnwindSafe for SendResponse<B>","synthetic":true,"types":[]},{"text":"impl<B> UnwindSafe for SendPushedResponse<B>","synthetic":true,"types":[]},{"text":"impl<B> UnwindSafe for SendStream<B>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for StreamId","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RecvStream","synthetic":true,"types":[]},{"text":"impl UnwindSafe for FlowControl","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for PingPong","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Ping","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Pong","synthetic":true,"types":[]}]; implementors["http"] = [{"text":"impl<T> UnwindSafe for HeaderMap<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for Iter<'a, T>","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for IterMut<'a, T>","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for IntoIter<T> where
    T: RefUnwindSafe + UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, T> UnwindSafe for Keys<'a, T> where
    T: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for Values<'a, T>","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for ValuesMut<'a, T>","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for Drain<'a, T>","synthetic":true,"types":[]},{"text":"impl<'a, T> UnwindSafe for GetAll<'a, T> where
    T: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for Entry<'a, T>","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for VacantEntry<'a, T>","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for OccupiedEntry<'a, T>","synthetic":true,"types":[]},{"text":"impl<'a, T> UnwindSafe for ValueIter<'a, T> where
    T: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for ValueIterMut<'a, T>","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for ValueDrain<'a, T>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for HeaderName","synthetic":true,"types":[]},{"text":"impl UnwindSafe for InvalidHeaderName","synthetic":true,"types":[]},{"text":"impl UnwindSafe for HeaderValue","synthetic":true,"types":[]},{"text":"impl UnwindSafe for InvalidHeaderValue","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ToStrError","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Method","synthetic":true,"types":[]},{"text":"impl UnwindSafe for InvalidMethod","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for Request<T>","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Parts","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Builder","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for Response<T>","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Parts","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Builder","synthetic":true,"types":[]},{"text":"impl UnwindSafe for StatusCode","synthetic":true,"types":[]},{"text":"impl UnwindSafe for InvalidStatusCode","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Authority","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Builder","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PathAndQuery","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for Port<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Scheme","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Uri","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Parts","synthetic":true,"types":[]},{"text":"impl UnwindSafe for InvalidUri","synthetic":true,"types":[]},{"text":"impl UnwindSafe for InvalidUriParts","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Version","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Extensions","synthetic":true,"types":[]}]; implementors["http_body"] = [{"text":"impl<'a, T> !UnwindSafe for Data<'a, T>","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for Trailers<'a, T>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SizeHint","synthetic":true,"types":[]}]; implementors["httparse"] = [{"text":"impl UnwindSafe for Error","synthetic":true,"types":[]},{"text":"impl UnwindSafe for InvalidChunkSize","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for Status<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'headers, 'buf> !UnwindSafe for Request<'headers, 'buf>","synthetic":true,"types":[]},{"text":"impl<'headers, 'buf> !UnwindSafe for Response<'headers, 'buf>","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for Header<'a>","synthetic":true,"types":[]}]; implementors["httpdate"] = [{"text":"impl UnwindSafe for HttpDate","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":[]}]; implementors["hyper"] = [{"text":"impl !UnwindSafe for Body","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Sender","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Error","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Upgraded","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for OnUpgrade","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for Parts<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Name","synthetic":true,"types":[]},{"text":"impl UnwindSafe for GaiResolver","synthetic":true,"types":[]},{"text":"impl UnwindSafe for GaiAddrs","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for GaiFuture","synthetic":true,"types":[]},{"text":"impl UnwindSafe for InvalidNameError","synthetic":true,"types":[]},{"text":"impl<R> UnwindSafe for HttpConnector<R> where
    R: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for HttpInfo","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Connected","synthetic":true,"types":[]},{"text":"impl<C, B = Body> !UnwindSafe for Client<C, B>","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for ResponseFuture","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Builder","synthetic":true,"types":[]},{"text":"impl<B> !UnwindSafe for SendRequest<B>","synthetic":true,"types":[]},{"text":"impl<T, B> !UnwindSafe for Connection<T, B>","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Builder","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for ResponseFuture","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for Parts<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<C, B, T> !UnwindSafe for Connect<C, B, T>","synthetic":true,"types":[]}]; implementors["hyper_tls"] = [{"text":"impl<T> UnwindSafe for HttpsConnector<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for HttpsConnecting<T>","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for MaybeHttpsStream<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]}]; implementors["idna"] = [{"text":"impl UnwindSafe for Idna","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Config","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Errors","synthetic":true,"types":[]}]; implementors["indexmap"] = [{"text":"impl<'a, K, V> !UnwindSafe for OccupiedEntry<'a, K, V>","synthetic":true,"types":[]},{"text":"impl<'a, K, V> !UnwindSafe for Entry<'a, K, V>","synthetic":true,"types":[]},{"text":"impl<'a, K, V> !UnwindSafe for VacantEntry<'a, K, V>","synthetic":true,"types":[]},{"text":"impl<K, V, S> UnwindSafe for IndexMap<K, V, S> where
    K: UnwindSafe,
    S: UnwindSafe,
    V: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, K, V> UnwindSafe for Keys<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, K, V> UnwindSafe for Values<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, K, V> !UnwindSafe for ValuesMut<'a, K, V>","synthetic":true,"types":[]},{"text":"impl<'a, K, V> UnwindSafe for Iter<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, K, V> !UnwindSafe for IterMut<'a, K, V>","synthetic":true,"types":[]},{"text":"impl<K, V> UnwindSafe for IntoIter<K, V> where
    K: RefUnwindSafe + UnwindSafe,
    V: RefUnwindSafe + UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, K, V> UnwindSafe for Drain<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T, S> UnwindSafe for IndexSet<T, S> where
    S: UnwindSafe,
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for IntoIter<T> where
    T: RefUnwindSafe + UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, T> UnwindSafe for Iter<'a, T> where
    T: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, T> UnwindSafe for Drain<'a, T> where
    T: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, T, S> UnwindSafe for Difference<'a, T, S> where
    S: RefUnwindSafe,
    T: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, T, S> UnwindSafe for Intersection<'a, T, S> where
    S: RefUnwindSafe,
    T: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, T, S1, S2> UnwindSafe for SymmetricDifference<'a, T, S1, S2> where
    S1: RefUnwindSafe,
    S2: RefUnwindSafe,
    T: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, T, S> UnwindSafe for Union<'a, T, S> where
    S: RefUnwindSafe,
    T: RefUnwindSafe, 
","synthetic":true,"types":[]}]; implementors["ipnet"] = [{"text":"impl UnwindSafe for IpAddrRange","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Ipv4AddrRange","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Ipv6AddrRange","synthetic":true,"types":[]},{"text":"impl UnwindSafe for IpNet","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Ipv4Net","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Ipv6Net","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PrefixLenError","synthetic":true,"types":[]},{"text":"impl UnwindSafe for IpSubnets","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Ipv4Subnets","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Ipv6Subnets","synthetic":true,"types":[]},{"text":"impl UnwindSafe for AddrParseError","synthetic":true,"types":[]}]; implementors["itoa"] = [{"text":"impl UnwindSafe for Buffer","synthetic":true,"types":[]}]; implementors["json"] = [{"text":"impl UnwindSafe for DumpGenerator","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PrettyGenerator","synthetic":true,"types":[]},{"text":"impl<'a, W> !UnwindSafe for WriterGenerator<'a, W>","synthetic":true,"types":[]},{"text":"impl<'a, W> !UnwindSafe for PrettyWriterGenerator<'a, W>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for JsonValue","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Short","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Object","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for Iter<'a>","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for IterMut<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Number","synthetic":true,"types":[]},{"text":"impl UnwindSafe for NumberOutOfScope","synthetic":true,"types":[]}]; implementors["memchr"] = [{"text":"impl<'a> UnwindSafe for Memchr<'a>","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for Memchr2<'a>","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for Memchr3<'a>","synthetic":true,"types":[]}]; implementors["mime"] = [{"text":"impl UnwindSafe for Mime","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for Name<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for FromStrError","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for Params<'a>","synthetic":true,"types":[]}]; implementors["mio"] = [{"text":"impl UnwindSafe for Interest","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Poll","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Registry","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for SourceFd<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SocketAddr","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Sender","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Receiver","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Token","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Waker","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Event","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Events","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for Iter<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TcpListener","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TcpSocket","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TcpKeepalive","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TcpStream","synthetic":true,"types":[]},{"text":"impl UnwindSafe for UdpSocket","synthetic":true,"types":[]},{"text":"impl UnwindSafe for UnixDatagram","synthetic":true,"types":[]},{"text":"impl UnwindSafe for UnixListener","synthetic":true,"types":[]},{"text":"impl UnwindSafe for UnixStream","synthetic":true,"types":[]}]; implementors["native_tls"] = [{"text":"impl !UnwindSafe for Error","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Identity","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Certificate","synthetic":true,"types":[]},{"text":"impl<S> !UnwindSafe for MidHandshakeTlsStream<S>","synthetic":true,"types":[]},{"text":"impl<S> !UnwindSafe for HandshakeError<S>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Protocol","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TlsConnectorBuilder","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TlsConnector","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TlsAcceptorBuilder","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TlsAcceptor","synthetic":true,"types":[]},{"text":"impl<S> UnwindSafe for TlsStream<S> where
    S: UnwindSafe, 
","synthetic":true,"types":[]}]; implementors["once_cell"] = [{"text":"impl<T, F> UnwindSafe for Lazy<T, F> where
    F: UnwindSafe,
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for OnceCell<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T, F> UnwindSafe for Lazy<T, F> where
    F: UnwindSafe,
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for OnceBox<T> where
    T: RefUnwindSafe + UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OnceNonZeroUsize","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OnceBool","synthetic":true,"types":[]},{"text":"impl<T: UnwindSafe> UnwindSafe for OnceCell<T>","synthetic":false,"types":[]}]; implementors["openssl"] = [{"text":"impl UnwindSafe for KeyError","synthetic":true,"types":[]},{"text":"impl UnwindSafe for AesKey","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Asn1GeneralizedTime","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Asn1GeneralizedTimeRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Asn1Type","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TimeDiff","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Asn1Time","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Asn1TimeRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Asn1String","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Asn1StringRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Asn1Integer","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Asn1IntegerRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Asn1BitString","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Asn1BitStringRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Asn1Object","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Asn1ObjectRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for MsbOption","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BigNumContext","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BigNumContextRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BigNum","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BigNumRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CMSOptions","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CmsContentInfo","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CmsContentInfoRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ConfMethod","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Conf","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ConfRef","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for Deriver<'a>","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for Dh<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for DhRef<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for Dsa<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for DsaRef<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PointConversionForm","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Asn1Flag","synthetic":true,"types":[]},{"text":"impl UnwindSafe for EcGroup","synthetic":true,"types":[]},{"text":"impl UnwindSafe for EcGroupRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for EcPoint","synthetic":true,"types":[]},{"text":"impl UnwindSafe for EcPointRef","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for EcKey<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for EcKeyRef<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for EcdsaSig","synthetic":true,"types":[]},{"text":"impl UnwindSafe for EcdsaSigRef","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for Encrypter<'a>","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for Decrypter<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Seal","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Open","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ErrorStack","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":[]},{"text":"impl<T, U> UnwindSafe for Index<T, U> where
    T: UnwindSafe,
    U: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for MessageDigest","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Hasher","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DigestBytes","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SignatureAlgorithms","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Nid","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OcspFlag","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OcspResponseStatus","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OcspCertStatus","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OcspRevokedStatus","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for OcspStatus<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OcspBasicResponse","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OcspBasicResponseRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OcspCertId","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OcspCertIdRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OcspResponse","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OcspResponseRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OcspRequest","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OcspRequestRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OcspOneReq","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OcspOneReqRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Pkcs12","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Pkcs12Ref","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ParsedPkcs12","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Pkcs12Builder","synthetic":true,"types":[]},{"text":"impl UnwindSafe for KeyIvPair","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Pkcs7","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Pkcs7Ref","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Pkcs7Flags","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Params","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Public","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Private","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Id","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for PKey<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for PKeyRef<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Padding","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for Rsa<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for RsaRef<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RsaPrivateKeyBuilder","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Sha1","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Sha224","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Sha256","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Sha384","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Sha512","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RsaPssSaltlen","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for Signer<'a>","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for Verifier<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SrtpProtectionProfile","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SrtpProtectionProfileRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SrtpProfileId","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SslConnector","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SslConnectorBuilder","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ConnectConfiguration","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SslAcceptor","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SslAcceptorBuilder","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ErrorCode","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Error","synthetic":true,"types":[]},{"text":"impl<S> !UnwindSafe for HandshakeError<S>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SslOptions","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SslMode","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SslMethod","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SslVerifyMode","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SslSessionCacheMode","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExtensionContext","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SslFiletype","synthetic":true,"types":[]},{"text":"impl UnwindSafe for StatusType","synthetic":true,"types":[]},{"text":"impl UnwindSafe for NameType","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SniError","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SslAlert","synthetic":true,"types":[]},{"text":"impl UnwindSafe for AlpnError","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ClientHelloResponse","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SslVersion","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SslContextBuilder","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SslContext","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SslContextRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CipherBits","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SslCipher","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SslCipherRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SslSession","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SslSessionRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Ssl","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SslRef","synthetic":true,"types":[]},{"text":"impl<S> !UnwindSafe for MidHandshakeSslStream<S>","synthetic":true,"types":[]},{"text":"impl<S> UnwindSafe for SslStream<S> where
    S: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<S> UnwindSafe for SslStreamBuilder<S> where
    S: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ShutdownResult","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ShutdownState","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for Stack<T> where
    <T as Stackable>::StackType: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for IntoIter<T> where
    <T as Stackable>::StackType: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for StackRef<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for Iter<'a, T>","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for IterMut<'a, T>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OpensslString","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OpensslStringRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Mode","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Cipher","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Crypter","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509CheckFlags","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509VerifyFlags","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509VerifyParam","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509VerifyParamRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BasicConstraints","synthetic":true,"types":[]},{"text":"impl UnwindSafe for KeyUsage","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExtendedKeyUsage","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SubjectKeyIdentifier","synthetic":true,"types":[]},{"text":"impl UnwindSafe for AuthorityKeyIdentifier","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SubjectAlternativeName","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509StoreBuilder","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509StoreBuilderRef","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for X509Lookup<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for X509LookupRef<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for HashDir","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for X509LookupMethod<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for X509LookupMethodRef<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509Store","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509StoreRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509StoreContext","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509StoreContextRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509Builder","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509Ref","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for X509v3Context<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509Extension","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509ExtensionRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509NameBuilder","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509Name","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509NameRef","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for X509NameEntries<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509NameEntry","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509NameEntryRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509ReqBuilder","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509Req","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509ReqRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509VerifyResult","synthetic":true,"types":[]},{"text":"impl UnwindSafe for GeneralName","synthetic":true,"types":[]},{"text":"impl UnwindSafe for GeneralNameRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for AccessDescription","synthetic":true,"types":[]},{"text":"impl UnwindSafe for AccessDescriptionRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509Algorithm","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509AlgorithmRef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509Object","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509ObjectRef","synthetic":true,"types":[]}]; implementors["openssl_probe"] = [{"text":"impl UnwindSafe for ProbeResult","synthetic":true,"types":[]}]; implementors["openssl_sys"] = [{"text":"impl UnwindSafe for AES_KEY","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ASN1_ENCODING","synthetic":true,"types":[]},{"text":"impl UnwindSafe for stack_st_ASN1_OBJECT","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BIO_METHOD","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CMS_ContentInfo","synthetic":true,"types":[]},{"text":"impl UnwindSafe for stack_st_void","synthetic":true,"types":[]},{"text":"impl UnwindSafe for point_conversion_form_t","synthetic":true,"types":[]},{"text":"impl UnwindSafe for EC_METHOD","synthetic":true,"types":[]},{"text":"impl UnwindSafe for EC_GROUP","synthetic":true,"types":[]},{"text":"impl UnwindSafe for EC_POINT","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ECDSA_SIG","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ERR_STRING_DATA","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OCSP_CERTID","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OCSP_ONEREQ","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OCSP_REQUEST","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OCSP_BASICRESP","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ASN1_INTEGER","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ASN1_GENERALIZEDTIME","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ASN1_STRING","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ASN1_BIT_STRING","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ASN1_TIME","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ASN1_TYPE","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ASN1_OBJECT","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ASN1_OCTET_STRING","synthetic":true,"types":[]},{"text":"impl UnwindSafe for bio_st","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BIO","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BIGNUM","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BN_BLINDING","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BN_MONT_CTX","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BN_CTX","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BN_GENCB","synthetic":true,"types":[]},{"text":"impl UnwindSafe for EVP_CIPHER","synthetic":true,"types":[]},{"text":"impl UnwindSafe for EVP_CIPHER_CTX","synthetic":true,"types":[]},{"text":"impl UnwindSafe for EVP_MD","synthetic":true,"types":[]},{"text":"impl UnwindSafe for EVP_MD_CTX","synthetic":true,"types":[]},{"text":"impl UnwindSafe for EVP_PKEY","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PKCS8_PRIV_KEY_INFO","synthetic":true,"types":[]},{"text":"impl UnwindSafe for EVP_PKEY_ASN1_METHOD","synthetic":true,"types":[]},{"text":"impl UnwindSafe for EVP_PKEY_CTX","synthetic":true,"types":[]},{"text":"impl UnwindSafe for HMAC_CTX","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DH","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DH_METHOD","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DSA","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DSA_METHOD","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RSA","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RSA_METHOD","synthetic":true,"types":[]},{"text":"impl UnwindSafe for EC_KEY","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509_ALGOR","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509_LOOKUP_METHOD","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509_NAME","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509_STORE","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509_STORE_CTX","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509_VERIFY_PARAM","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509V3_CTX","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CONF","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OPENSSL_INIT_SETTINGS","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ENGINE","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SSL","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SSL_CTX","synthetic":true,"types":[]},{"text":"impl UnwindSafe for COMP_METHOD","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CRYPTO_EX_DATA","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OCSP_RESPONSE","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PKCS12","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PKCS7_SIGNED","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PKCS7_ENVELOPE","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PKCS7_SIGN_ENVELOPE","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PKCS7_DIGEST","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PKCS7_ENCRYPT","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PKCS7","synthetic":true,"types":[]},{"text":"impl UnwindSafe for stack_st_OPENSSL_STRING","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SHA_CTX","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SHA256_CTX","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SHA512_CTX","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SSL_METHOD","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SSL_CIPHER","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SSL_SESSION","synthetic":true,"types":[]},{"text":"impl UnwindSafe for stack_st_SSL_CIPHER","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SRTP_PROTECTION_PROFILE","synthetic":true,"types":[]},{"text":"impl UnwindSafe for stack_st_SRTP_PROTECTION_PROFILE","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OPENSSL_STACK","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509_VAL","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509_NAME_ENTRY","synthetic":true,"types":[]},{"text":"impl UnwindSafe for stack_st_X509_NAME","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509_EXTENSION","synthetic":true,"types":[]},{"text":"impl UnwindSafe for stack_st_X509_EXTENSION","synthetic":true,"types":[]},{"text":"impl UnwindSafe for stack_st_X509_ATTRIBUTE","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509_REQ_INFO","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509_CRL","synthetic":true,"types":[]},{"text":"impl UnwindSafe for stack_st_X509_CRL","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509_CRL_INFO","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509_REVOKED","synthetic":true,"types":[]},{"text":"impl UnwindSafe for stack_st_X509_REVOKED","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509_REQ","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509_CINF","synthetic":true,"types":[]},{"text":"impl UnwindSafe for stack_st_X509","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509_OBJECT","synthetic":true,"types":[]},{"text":"impl UnwindSafe for stack_st_X509_OBJECT","synthetic":true,"types":[]},{"text":"impl UnwindSafe for X509_LOOKUP","synthetic":true,"types":[]},{"text":"impl UnwindSafe for stack_st_X509_LOOKUP","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CONF_METHOD","synthetic":true,"types":[]},{"text":"impl UnwindSafe for GENERAL_NAME","synthetic":true,"types":[]},{"text":"impl UnwindSafe for stack_st_GENERAL_NAME","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ACCESS_DESCRIPTION","synthetic":true,"types":[]},{"text":"impl UnwindSafe for stack_st_ACCESS_DESCRIPTION","synthetic":true,"types":[]},{"text":"impl UnwindSafe for AUTHORITY_KEYID","synthetic":true,"types":[]}]; implementors["parking_lot"] = [{"text":"impl UnwindSafe for WaitTimeoutResult","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Condvar","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OnceState","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Once","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RawFairMutex","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RawMutex","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RawRwLock","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RawThreadId","synthetic":true,"types":[]}]; implementors["parking_lot_core"] = [{"text":"impl UnwindSafe for ParkResult","synthetic":true,"types":[]},{"text":"impl UnwindSafe for UnparkResult","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RequeueOp","synthetic":true,"types":[]},{"text":"impl UnwindSafe for FilterOp","synthetic":true,"types":[]},{"text":"impl UnwindSafe for UnparkToken","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ParkToken","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SpinWait","synthetic":true,"types":[]}]; implementors["percent_encoding"] = [{"text":"impl UnwindSafe for AsciiSet","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for PercentEncode<'a>","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for PercentDecode<'a>","synthetic":true,"types":[]}]; implementors["proc_macro2"] = [{"text":"impl UnwindSafe for IntoIter","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TokenStream","synthetic":true,"types":[]},{"text":"impl UnwindSafe for LexError","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Span","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TokenTree","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Group","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Delimiter","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Punct","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Spacing","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Ident","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Literal","synthetic":true,"types":[]}]; implementors["rapr"] = [{"text":"impl !UnwindSafe for RaprClient","synthetic":true,"types":[]}]; implementors["reqwest"] = [{"text":"impl !UnwindSafe for Error","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Body","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Client","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for ClientBuilder","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Request","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for RequestBuilder","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Response","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Proxy","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Policy","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for Attempt<'a>","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Action","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Certificate","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Identity","synthetic":true,"types":[]}]; implementors["serde"] = [{"text":"impl UnwindSafe for Error","synthetic":true,"types":[]},{"text":"impl<E> UnwindSafe for UnitDeserializer<E> where
    E: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<E> UnwindSafe for BoolDeserializer<E> where
    E: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<E> UnwindSafe for I8Deserializer<E> where
    E: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<E> UnwindSafe for I16Deserializer<E> where
    E: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<E> UnwindSafe for I32Deserializer<E> where
    E: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<E> UnwindSafe for I64Deserializer<E> where
    E: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<E> UnwindSafe for IsizeDeserializer<E> where
    E: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<E> UnwindSafe for U8Deserializer<E> where
    E: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<E> UnwindSafe for U16Deserializer<E> where
    E: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<E> UnwindSafe for U64Deserializer<E> where
    E: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<E> UnwindSafe for UsizeDeserializer<E> where
    E: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<E> UnwindSafe for F32Deserializer<E> where
    E: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<E> UnwindSafe for F64Deserializer<E> where
    E: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<E> UnwindSafe for CharDeserializer<E> where
    E: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<E> UnwindSafe for I128Deserializer<E> where
    E: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<E> UnwindSafe for U128Deserializer<E> where
    E: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<E> UnwindSafe for U32Deserializer<E> where
    E: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, E> UnwindSafe for StrDeserializer<'a, E> where
    E: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'de, E> UnwindSafe for BorrowedStrDeserializer<'de, E> where
    E: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<E> UnwindSafe for StringDeserializer<E> where
    E: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, E> UnwindSafe for CowStrDeserializer<'a, E> where
    E: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, E> UnwindSafe for BytesDeserializer<'a, E> where
    E: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'de, E> UnwindSafe for BorrowedBytesDeserializer<'de, E> where
    E: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<I, E> UnwindSafe for SeqDeserializer<I, E> where
    E: UnwindSafe,
    I: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<A> UnwindSafe for SeqAccessDeserializer<A> where
    A: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'de, I, E> UnwindSafe for MapDeserializer<'de, I, E> where
    E: UnwindSafe,
    I: UnwindSafe,
    <<I as Iterator>::Item as Pair>::Second: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<A> UnwindSafe for MapAccessDeserializer<A> where
    A: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for IgnoredAny","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for Unexpected<'a>","synthetic":true,"types":[]},{"text":"impl<Ok, Error> UnwindSafe for Impossible<Ok, Error> where
    Error: UnwindSafe,
    Ok: UnwindSafe, 
","synthetic":true,"types":[]}]; implementors["serde_urlencoded"] = [{"text":"impl<'de> UnwindSafe for Deserializer<'de>","synthetic":true,"types":[]},{"text":"impl<'input, 'output, Target> !UnwindSafe for Serializer<'input, 'output, Target>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":[]},{"text":"impl<'input, 'output, Target> !UnwindSafe for SeqSerializer<'input, 'output, Target>","synthetic":true,"types":[]},{"text":"impl<'input, 'output, Target> !UnwindSafe for TupleSerializer<'input, 'output, Target>","synthetic":true,"types":[]},{"text":"impl<'input, 'output, T> !UnwindSafe for TupleStructSerializer<'input, 'output, T>","synthetic":true,"types":[]},{"text":"impl<'input, 'output, T> !UnwindSafe for TupleVariantSerializer<'input, 'output, T>","synthetic":true,"types":[]},{"text":"impl<'input, 'output, Target> !UnwindSafe for MapSerializer<'input, 'output, Target>","synthetic":true,"types":[]},{"text":"impl<'input, 'output, Target> !UnwindSafe for StructSerializer<'input, 'output, Target>","synthetic":true,"types":[]},{"text":"impl<'input, 'output, T> !UnwindSafe for StructVariantSerializer<'input, 'output, T>","synthetic":true,"types":[]}]; implementors["signal_hook_registry"] = [{"text":"impl UnwindSafe for SigId","synthetic":true,"types":[]}]; implementors["slab"] = [{"text":"impl<T> UnwindSafe for Slab<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for VacantEntry<'a, T>","synthetic":true,"types":[]},{"text":"impl<'a, T> UnwindSafe for Iter<'a, T> where
    T: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for IterMut<'a, T>","synthetic":true,"types":[]},{"text":"impl<'a, T> UnwindSafe for Drain<'a, T> where
    T: RefUnwindSafe, 
","synthetic":true,"types":[]}]; implementors["socket2"] = [{"text":"impl UnwindSafe for SockAddr","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Socket","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Domain","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Type","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Protocol","synthetic":true,"types":[]}]; implementors["syn"] = [{"text":"impl UnwindSafe for Underscore","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Abstract","synthetic":true,"types":[]},{"text":"impl UnwindSafe for As","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Async","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Auto","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Await","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Become","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Box","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Break","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Const","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Continue","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Crate","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Default","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Do","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Dyn","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Else","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Enum","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Extern","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Final","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Fn","synthetic":true,"types":[]},{"text":"impl UnwindSafe for For","synthetic":true,"types":[]},{"text":"impl UnwindSafe for If","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Impl","synthetic":true,"types":[]},{"text":"impl UnwindSafe for In","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Let","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Loop","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Macro","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Match","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Mod","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Move","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Mut","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Override","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Priv","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Pub","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Ref","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Return","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SelfType","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SelfValue","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Static","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Struct","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Super","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Trait","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Try","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Type","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Typeof","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Union","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Unsafe","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Unsized","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Use","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Virtual","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Where","synthetic":true,"types":[]},{"text":"impl UnwindSafe for While","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Yield","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Add","synthetic":true,"types":[]},{"text":"impl UnwindSafe for AddEq","synthetic":true,"types":[]},{"text":"impl UnwindSafe for And","synthetic":true,"types":[]},{"text":"impl UnwindSafe for AndAnd","synthetic":true,"types":[]},{"text":"impl UnwindSafe for AndEq","synthetic":true,"types":[]},{"text":"impl UnwindSafe for At","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Bang","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Caret","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CaretEq","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Colon","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Colon2","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Comma","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Div","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DivEq","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Dollar","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Dot","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Dot2","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Dot3","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DotDotEq","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Eq","synthetic":true,"types":[]},{"text":"impl UnwindSafe for EqEq","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Ge","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Gt","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Le","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Lt","synthetic":true,"types":[]},{"text":"impl UnwindSafe for MulEq","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Ne","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Or","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OrEq","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OrOr","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Pound","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Question","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RArrow","synthetic":true,"types":[]},{"text":"impl UnwindSafe for LArrow","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Rem","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RemEq","synthetic":true,"types":[]},{"text":"impl UnwindSafe for FatArrow","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Semi","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Shl","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ShlEq","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Shr","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ShrEq","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Star","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Sub","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SubEq","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Tilde","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Brace","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Bracket","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Paren","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Group","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Attribute","synthetic":true,"types":[]},{"text":"impl UnwindSafe for AttrStyle","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Meta","synthetic":true,"types":[]},{"text":"impl UnwindSafe for MetaList","synthetic":true,"types":[]},{"text":"impl UnwindSafe for MetaNameValue","synthetic":true,"types":[]},{"text":"impl UnwindSafe for NestedMeta","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Variant","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Fields","synthetic":true,"types":[]},{"text":"impl UnwindSafe for FieldsNamed","synthetic":true,"types":[]},{"text":"impl UnwindSafe for FieldsUnnamed","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Field","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Visibility","synthetic":true,"types":[]},{"text":"impl UnwindSafe for VisPublic","synthetic":true,"types":[]},{"text":"impl UnwindSafe for VisCrate","synthetic":true,"types":[]},{"text":"impl UnwindSafe for VisRestricted","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Expr","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprArray","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprAssign","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprAssignOp","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprAsync","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprAwait","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprBinary","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprBlock","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprBox","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprBreak","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprCall","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprCast","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprClosure","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprContinue","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprField","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprForLoop","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprGroup","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprIf","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprIndex","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprLet","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprLit","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprLoop","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprMacro","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprMatch","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprMethodCall","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprParen","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprPath","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprRange","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprReference","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprRepeat","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprReturn","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprStruct","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprTry","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprTryBlock","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprTuple","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprType","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprUnary","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprUnsafe","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprWhile","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExprYield","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Member","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Index","synthetic":true,"types":[]},{"text":"impl UnwindSafe for MethodTurbofish","synthetic":true,"types":[]},{"text":"impl UnwindSafe for GenericMethodArgument","synthetic":true,"types":[]},{"text":"impl UnwindSafe for FieldValue","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Label","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Arm","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RangeLimits","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Generics","synthetic":true,"types":[]},{"text":"impl UnwindSafe for GenericParam","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TypeParam","synthetic":true,"types":[]},{"text":"impl UnwindSafe for LifetimeDef","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ConstParam","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for ImplGenerics<'a>","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for TypeGenerics<'a>","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for Turbofish<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BoundLifetimes","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TypeParamBound","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TraitBound","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TraitBoundModifier","synthetic":true,"types":[]},{"text":"impl UnwindSafe for WhereClause","synthetic":true,"types":[]},{"text":"impl UnwindSafe for WherePredicate","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PredicateType","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PredicateLifetime","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PredicateEq","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Item","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ItemConst","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ItemEnum","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ItemExternCrate","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ItemFn","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ItemForeignMod","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ItemImpl","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ItemMacro","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ItemMacro2","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ItemMod","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ItemStatic","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ItemStruct","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ItemTrait","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ItemTraitAlias","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ItemType","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ItemUnion","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ItemUse","synthetic":true,"types":[]},{"text":"impl UnwindSafe for UseTree","synthetic":true,"types":[]},{"text":"impl UnwindSafe for UsePath","synthetic":true,"types":[]},{"text":"impl UnwindSafe for UseName","synthetic":true,"types":[]},{"text":"impl UnwindSafe for UseRename","synthetic":true,"types":[]},{"text":"impl UnwindSafe for UseGlob","synthetic":true,"types":[]},{"text":"impl UnwindSafe for UseGroup","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ForeignItem","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ForeignItemFn","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ForeignItemStatic","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ForeignItemType","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ForeignItemMacro","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TraitItem","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TraitItemConst","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TraitItemMethod","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TraitItemType","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TraitItemMacro","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ImplItem","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ImplItemConst","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ImplItemMethod","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ImplItemType","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ImplItemMacro","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Signature","synthetic":true,"types":[]},{"text":"impl UnwindSafe for FnArg","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Receiver","synthetic":true,"types":[]},{"text":"impl UnwindSafe for File","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Lifetime","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Lit","synthetic":true,"types":[]},{"text":"impl UnwindSafe for LitStr","synthetic":true,"types":[]},{"text":"impl UnwindSafe for LitByteStr","synthetic":true,"types":[]},{"text":"impl UnwindSafe for LitByte","synthetic":true,"types":[]},{"text":"impl UnwindSafe for LitChar","synthetic":true,"types":[]},{"text":"impl UnwindSafe for LitInt","synthetic":true,"types":[]},{"text":"impl UnwindSafe for LitFloat","synthetic":true,"types":[]},{"text":"impl UnwindSafe for LitBool","synthetic":true,"types":[]},{"text":"impl UnwindSafe for StrStyle","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Macro","synthetic":true,"types":[]},{"text":"impl UnwindSafe for MacroDelimiter","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DeriveInput","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Data","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DataStruct","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DataEnum","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DataUnion","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BinOp","synthetic":true,"types":[]},{"text":"impl UnwindSafe for UnOp","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Block","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Stmt","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Local","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Type","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TypeArray","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TypeBareFn","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TypeGroup","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TypeImplTrait","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TypeInfer","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TypeMacro","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TypeNever","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TypeParen","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TypePath","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TypePtr","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TypeReference","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TypeSlice","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TypeTraitObject","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TypeTuple","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Abi","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BareFnArg","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Variadic","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ReturnType","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Pat","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PatBox","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PatIdent","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PatLit","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PatMacro","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PatOr","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PatPath","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PatRange","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PatReference","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PatRest","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PatSlice","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PatStruct","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PatTuple","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PatTupleStruct","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PatType","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PatWild","synthetic":true,"types":[]},{"text":"impl UnwindSafe for FieldPat","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Path","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PathSegment","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PathArguments","synthetic":true,"types":[]},{"text":"impl UnwindSafe for GenericArgument","synthetic":true,"types":[]},{"text":"impl UnwindSafe for AngleBracketedGenericArguments","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Binding","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Constraint","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ParenthesizedGenericArguments","synthetic":true,"types":[]},{"text":"impl UnwindSafe for QSelf","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TokenBuffer","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for Cursor<'a>","synthetic":true,"types":[]},{"text":"impl<T, P> UnwindSafe for Punctuated<T, P> where
    P: UnwindSafe,
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, T, P> UnwindSafe for Pairs<'a, T, P> where
    P: RefUnwindSafe,
    T: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, T, P> !UnwindSafe for PairsMut<'a, T, P>","synthetic":true,"types":[]},{"text":"impl<T, P> UnwindSafe for IntoPairs<T, P> where
    P: RefUnwindSafe + UnwindSafe,
    T: RefUnwindSafe + UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for IntoIter<T> where
    T: RefUnwindSafe + UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for Iter<'a, T>","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for IterMut<'a, T>","synthetic":true,"types":[]},{"text":"impl<T, P> UnwindSafe for Pair<T, P> where
    P: UnwindSafe,
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for Lookahead1<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for ParseBuffer<'a>","synthetic":true,"types":[]},{"text":"impl<'c, 'a> UnwindSafe for StepCursor<'c, 'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Nothing","synthetic":true,"types":[]}]; implementors["time"] = [{"text":"impl UnwindSafe for Duration","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OutOfRangeError","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Timespec","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PreciseTime","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SteadyTime","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Tm","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ParseError","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for TmFmt<'a>","synthetic":true,"types":[]}]; implementors["tokio"] = [{"text":"impl UnwindSafe for DirBuilder","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for File","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OpenOptions","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for ReadDir","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DirEntry","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for ReadBuf<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Interest","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Ready","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for AsyncFd<T>","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for AsyncFdReadyGuard<'a, T>","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for AsyncFdReadyMutGuard<'a, T>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TryIoError","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Stderr","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Stdin","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Stdout","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for ReadHalf<T>","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for WriteHalf<T>","synthetic":true,"types":[]},{"text":"impl<R> UnwindSafe for BufReader<R> where
    R: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<RW> UnwindSafe for BufStream<RW> where
    RW: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<W> UnwindSafe for BufWriter<W> where
    W: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Empty","synthetic":true,"types":[]},{"text":"impl<R> UnwindSafe for Lines<R> where
    R: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for DuplexStream","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Repeat","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Sink","synthetic":true,"types":[]},{"text":"impl<R> UnwindSafe for Split<R> where
    R: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<R> UnwindSafe for Take<R> where
    R: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for TcpListener","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TcpSocket","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for ReadHalf<'a>","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for WriteHalf<'a>","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for OwnedReadHalf","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for OwnedWriteHalf","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for ReuniteError","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for TcpStream","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for UdpSocket","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for UnixDatagram","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for UnixListener","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for ReadHalf<'a>","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for WriteHalf<'a>","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for OwnedReadHalf","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for OwnedWriteHalf","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for ReuniteError","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SocketAddr","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for UnixStream","synthetic":true,"types":[]},{"text":"impl UnwindSafe for UCred","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Command","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Child","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for ChildStdin","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for ChildStdout","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for ChildStderr","synthetic":true,"types":[]},{"text":"impl UnwindSafe for JoinError","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for JoinHandle<T>","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Builder","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Handle","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for EnterGuard<'a>","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Runtime","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SignalKind","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Signal","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Barrier","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BarrierWaitResult","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for SendError<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RecvError","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TryRecvError","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for Sender<T>","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for Receiver<T>","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for Sender<T>","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for Permit<'a, T>","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for Receiver<T>","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for UnboundedSender<T>","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for UnboundedReceiver<T>","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for SendError<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for TrySendError<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RecvError","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for SendTimeoutError<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for Mutex<T>","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for MutexGuard<'a, T>","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for OwnedMutexGuard<T>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TryLockError","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Notify","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RecvError","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TryRecvError","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for Sender<T>","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for Receiver<T>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TryAcquireError","synthetic":true,"types":[]},{"text":"impl UnwindSafe for AcquireError","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Semaphore","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for SemaphorePermit<'a>","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for OwnedSemaphorePermit","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for RwLockReadGuard<'a, T>","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for RwLockWriteGuard<'a, T>","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for RwLockMappedWriteGuard<'a, T>","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for RwLock<T>","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for SendError<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RecvError","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for Receiver<T>","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for Sender<T>","synthetic":true,"types":[]},{"text":"impl<'a, T> !UnwindSafe for Ref<'a, T>","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for LocalSet","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for LocalKey<T>","synthetic":true,"types":[]},{"text":"impl<F> UnwindSafe for Unconstrained<F> where
    F: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Sleep","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Elapsed","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Instant","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Interval","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for Timeout<T>","synthetic":true,"types":[]}]; implementors["tokio_native_tls"] = [{"text":"impl<S> UnwindSafe for AllowStd<S> where
    S: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<S> UnwindSafe for TlsStream<S> where
    S: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TlsConnector","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TlsAcceptor","synthetic":true,"types":[]}]; implementors["tokio_util"] = [{"text":"impl UnwindSafe for BytesCodec","synthetic":true,"types":[]},{"text":"impl<T, U> UnwindSafe for Framed<T, U> where
    T: UnwindSafe,
    U: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T, U> UnwindSafe for FramedParts<T, U> where
    T: UnwindSafe,
    U: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T, D> UnwindSafe for FramedRead<T, D> where
    D: UnwindSafe,
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T, E> UnwindSafe for FramedWrite<T, E> where
    E: UnwindSafe,
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Builder","synthetic":true,"types":[]},{"text":"impl UnwindSafe for LengthDelimitedCodecError","synthetic":true,"types":[]},{"text":"impl UnwindSafe for LengthDelimitedCodec","synthetic":true,"types":[]},{"text":"impl UnwindSafe for LinesCodec","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for LinesCodecError","synthetic":true,"types":[]},{"text":"impl UnwindSafe for AnyDelimiterCodec","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for AnyDelimiterCodecError","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CancellationToken","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for WaitForCancellationFuture<'a>","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for PollSender<T>","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for PollSemaphore","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for ReusableBoxFuture<T>","synthetic":true,"types":[]},{"text":"impl<L, R> UnwindSafe for Either<L, R> where
    L: UnwindSafe,
    R: UnwindSafe, 
","synthetic":true,"types":[]}]; implementors["tracing"] = [{"text":"impl<T> !UnwindSafe for WithDispatch<T>","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for Instrumented<T>","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Span","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for Entered<'a>","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for EnteredSpan","synthetic":true,"types":[]}]; implementors["tracing_core"] = [{"text":"impl !UnwindSafe for Identifier","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Dispatch","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for DefaultGuard","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SetGlobalDefaultError","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for Event<'a>","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Field","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Empty","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for FieldSet","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for ValueSet<'a>","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Iter","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for DisplayValue<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for DebugValue<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for Metadata<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Kind","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Level","synthetic":true,"types":[]},{"text":"impl UnwindSafe for LevelFilter","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ParseLevelFilterError","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ParseLevelError","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Id","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for Attributes<'a>","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for Record<'a>","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Current","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Interest","synthetic":true,"types":[]}]; implementors["unicode_bidi"] = [{"text":"impl UnwindSafe for Level","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BidiClass","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ParagraphInfo","synthetic":true,"types":[]},{"text":"impl<'text> UnwindSafe for InitialInfo<'text>","synthetic":true,"types":[]},{"text":"impl<'text> UnwindSafe for BidiInfo<'text>","synthetic":true,"types":[]}]; implementors["unicode_normalization"] = [{"text":"impl<I> UnwindSafe for Decompositions<I> where
    I: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for IsNormalized","synthetic":true,"types":[]},{"text":"impl<I> UnwindSafe for Recompositions<I> where
    I: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<I> UnwindSafe for Replacements<I> where
    I: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<I> UnwindSafe for StreamSafe<I> where
    I: UnwindSafe, 
","synthetic":true,"types":[]}]; implementors["url"] = [{"text":"impl<S> UnwindSafe for Host<S> where
    S: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Origin","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OpaqueOrigin","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ParseError","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SyntaxViolation","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for PathSegmentsMut<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Position","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Url","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for ParseOptions<'a>","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for UrlQuery<'a>","synthetic":true,"types":[]}]; implementors["want"] = [{"text":"impl !UnwindSafe for Giver","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Taker","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for SharedGiver","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Closed","synthetic":true,"types":[]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()