Expand description
Prelude for common traits used in combination with this crate which matches the behavior of the std prelude.
Re-exports§
pub use crate::borrow::TryToOwned;pub use crate::boxed::Box;pub use crate::clone::TryClone;pub use crate::clone::TryCopy;pub use crate::iter::IteratorExt;pub use crate::iter::TryExtend;pub use crate::iter::TryFromIterator;pub use crate::iter::TryFromIteratorIn;pub use crate::string::String;pub use crate::string::TryToString;pub use crate::vec::Vec;
Macros§
- try_
format - Creates a
Stringusing interpolation of runtime expressions. - try_vec
Traits§
- Option
Ext - Extensions to
Option<T>.
Derive Macros§
- TryClone
- Derive to implement the
TryClonetrait.