Skip to main content

IntValue

Trait IntValue 

Source
pub trait IntValue: ValueDomain {
    // Required method
    fn into_int(label: &'static str, value: Self::Value<'_>) -> QueryResult<i64>;
}

Required Methods§

Source

fn into_int(label: &'static str, value: Self::Value<'_>) -> QueryResult<i64>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§