(function() {var implementors = {}; implementors["libc"] = ["impl<T> From<T> for Arc<T>","impl<T> From<T> for Box<T>","impl<T> From<T> for Rc<T>","impl From<Box<str>> for Box<[u8]>","impl<'a> From<&'a str> for Box<str>","impl<'a, T> From<&'a [T]> for Box<[T]> where
    T: Copy
","impl From<String> for OsString","impl<'a, E> From<E> for Box<Error + 'a + Send + Sync> where
    E: 'a + Error + Send + Sync
","impl<'a> From<&'a CStr> for Box<CStr>","impl From<[u16; 8]> for IpAddr","impl From<[u8; 4]> for IpAddr","impl<'a, T> From<&'a T> for OsString where
    T: AsRef<OsStr> + ?Sized
","impl From<PathBuf> for OsString","impl From<Ipv6Addr> for u128","impl<'a> From<&'a Path> for Box<Path>","impl<'a, T> From<&'a T> for PathBuf where
    T: AsRef<OsStr> + ?Sized
","impl<T> From<PoisonError<T>> for TryLockError<T>","impl From<String> for Box<Error + 'static>","impl From<[u8; 4]> for Ipv4Addr","impl From<SocketAddrV6> for SocketAddr","impl From<[u16; 8]> for Ipv6Addr","impl<'a> From<&'a Path> for Cow<'a, Path>","impl From<Ipv6Addr> for IpAddr","impl From<SocketAddrV4> for SocketAddr","impl<'a> From<&'a OsStr> for Box<OsStr>","impl From<String> for Box<Error + 'static + Send + Sync>","impl From<Box<CStr>> for CString","impl<'a, 'b> From<&'b str> for Box<Error + 'a + Send + Sync>","impl From<String> for PathBuf","impl From<Box<Path>> for PathBuf","impl From<ErrorKind> for Error","impl<W> From<IntoInnerError<W>> for Error","impl<'a> From<&'a str> for Box<Error + 'static>","impl<I> From<(I, u16)> for SocketAddr where
    I: Into<IpAddr>, 
","impl<'a> From<&'a CStr> for CString","impl From<Ipv4Addr> for u32","impl From<u32> for Ipv4Addr","impl From<Ipv4Addr> for IpAddr","impl From<NulError> for Error","impl<'a> From<PathBuf> for Cow<'a, Path>","impl From<u128> for Ipv6Addr","impl From<[u8; 16]> for IpAddr","impl From<OsString> for PathBuf","impl From<[u8; 16]> for Ipv6Addr","impl From<Box<OsStr>> for OsString","impl From<CString> for Vec<u8>","impl<'a, E> From<E> for Box<Error + 'a> where
    E: 'a + Error
","impl<'a, T> From<&'a [T]> for Vec<T> where
    T: Clone
","impl<'a, T> From<&'a mut [T]> for Vec<T> where
    T: Clone
","impl<'a> From<&'a str> for Cow<'a, str>","impl<'a, T> From<Vec<T>> for Cow<'a, [T]> where
    T: Clone
","impl<T> From<Box<[T]>> for Vec<T>","impl<T> From<Vec<T>> for VecDeque<T>","impl<'a> From<&'a str> for String","impl From<String> for Vec<u8>","impl<T> From<VecDeque<T>> for Vec<T>","impl<'a> From<String> for Cow<'a, str>","impl<'a, T> From<Cow<'a, [T]>> for Vec<T> where
    [T]: ToOwned,
    <[T] as ToOwned>::Owned == Vec<T>, 
","impl<'a> From<&'a str> for Vec<u8>","impl<T> From<Vec<T>> for BinaryHeap<T> where
    T: Ord
","impl<T> From<BinaryHeap<T>> for Vec<T>","impl From<Box<str>> for String","impl<'a, T> From<&'a [T]> for Cow<'a, [T]> where
    T: Clone
","impl<'a> From<Cow<'a, str>> for String",]; implementors["num_bigint"] = ["impl From<u64> for BigUint","impl From<u8> for BigUint","impl From<u16> for BigUint","impl From<u32> for BigUint","impl From<usize> for BigUint","impl From<i64> for BigInt","impl From<i8> for BigInt","impl From<i16> for BigInt","impl From<i32> for BigInt","impl From<isize> for BigInt","impl From<u64> for BigInt","impl From<u8> for BigInt","impl From<u16> for BigInt","impl From<u32> for BigInt","impl From<usize> for BigInt","impl From<BigUint> for BigInt","impl From<ParseIntError> for ParseBigIntError",]; implementors["ring"] = ["impl From<EndOfInput> for Unspecified",]; implementors["rustc_serialize"] = ["impl From<ParserError> for DecoderError","impl From<Error> for ParserError","impl From<Error> for EncoderError",]; if (window.register_implementors) { window.register_implementors(implementors); } else { window.pending_implementors = implementors; } })()