Module conv::prelude [] [src]

Publicly re-exports the most generally useful set of items.

Usage of the prelude should be considered unstable. Although items will likely not be removed without bumping the major version, new items may be added, which could potentially cause name conflicts in user code.

Reexports

pub use super::ApproxFrom;
pub use super::ApproxInto;
pub use super::ValueFrom;
pub use super::ValueInto;
pub use super::GeneralError;
pub use super::GeneralErrorKind;
pub use super::Saturate;
pub use super::UnwrapOk;
pub use super::UnwrapOrInf;
pub use super::UnwrapOrInvalid;
pub use super::UnwrapOrSaturate;
pub use super::ConvUtil;
pub use super::ConvAsUtil;
pub use super::RoundToNearest;
pub use super::RoundToZero;
pub use super::Wrapping;