prop_check_rs::prop

Trait IsFalsified

Source
pub trait IsFalsified {
    // Required method
    fn is_falsified(&self) -> bool;

    // Provided method
    fn non_falsified(&self) -> bool { ... }
}
Expand description

The trait to return the failure of the property.
プロパティの失敗を返すためのトレイト.

Required Methods§

Provided Methods§

Implementors§