Struct agnes::apply::MatchesFnFloat [] [src]

pub struct MatchesFnFloat<'a> { /* fields omitted */ }

ElemFn function for matching floating-point values.

Trait Implementations

impl<'a> ElemFn for MatchesFnFloat<'a>
[src]

The desired output of this function.

[src]

The method to use when working with unsigned (u64) data.

[src]

The method to use when working with signed (i64) data.

[src]

The method to use when working with text (String) data.

[src]

The method to use when working with boolean (bool) data.

[src]

The method to use when working with floating-point (f64) data.

Auto Trait Implementations

impl<'a> Send for MatchesFnFloat<'a>

impl<'a> Sync for MatchesFnFloat<'a>