Skip to main content

ValuePower

Trait ValuePower 

Source
pub trait ValuePower: ValueDomain {
    // Required method
    fn power<'a>(
        label: &'static str,
        value: Self::Value<'a>,
        argument: Self::Value<'a>,
    ) -> QueryResult<Self::Value<'a>>;
}

Required Methods§

Source

fn power<'a>( label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§