Enum rust_decimal::Error 
        source ·
        [−]pub enum Error {
    ErrorString(String),
    ExceedsMaximumPossibleValue,
    LessThanMinimumPossibleValue,
    ScaleExceedsMaximumPrecision(u32),
}Expand description
Error type for the library.
Variants
ErrorString(String)
Tuple Fields
0: StringExceedsMaximumPossibleValue
LessThanMinimumPossibleValue
ScaleExceedsMaximumPrecision(u32)
Tuple Fields
0: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Error
impl UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn into_collection<A>(self) -> SmallVec<A> where
    A: Array<Item = T>, 
pub fn into_collection<A>(self) -> SmallVec<A> where
    A: Array<Item = T>, 
Converts self into a collection.
Convert self to an expression for Diesel’s query builder. Read more
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
    &'a Self: AsExpression<T>, 
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
    &'a Self: AsExpression<T>, 
Convert &self to an expression for Diesel’s query builder. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
