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§
- Creates a
String
using interpolation of runtime expressions.
Traits§
- Extensions to
Option<T>
.