Lines Matching defs:std
7 use crate::lib::std::fmt;
49 /// error types from external functions, like [std::str::FromStr]
91 /// The Display implementation allows the std::error::Error implementation
98 #[cfg(feature = "std")]
99 impl<I: fmt::Debug + fmt::Display> std::error::Error for Error<I> {}
154 pub errors: crate::lib::std::vec::Vec<(I, VerboseErrorKind)>,
225 #[cfg(feature = "std")]
226 impl<I: fmt::Debug + fmt::Display> std::error::Error for VerboseError<I> {}
254 ) -> crate::lib::std::string::String {
255 use crate::lib::std::fmt::Write;
258 let mut result = crate::lib::std::string::String::new();
588 #[cfg(feature = "std")]
589 #[cfg_attr(feature = "docsrs", doc(cfg(feature = "std")))]
590 pub fn dbg_dmp<'a, F, O, E: std::fmt::Debug>(
623 use lib::std::{vec::Vec, collections::HashMap};
625 #[cfg(feature = "std")]
626 use lib::std::hash::Hash;
628 #[cfg(feature = "std")]
645 #[cfg(feature = "std")]
658 #[cfg(feature = "std")]
669 #[cfg(feature = "std")]
723 #[cfg(feature = "std")]
746 #[cfg(feature = "std")]