[][src]Module stdext::prelude

A "prelude" module which re-exports all the extension traits for the simple library usage.

Re-exports

pub use crate::duration::*;
pub use crate::option::*;
pub use crate::result::*;
pub use crate::str::*;
pub use crate::sync::mutex::*;
pub use crate::sync::rw_lock::*;
pub use crate::vec::*;