Trait prop_check_rs::prop::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.
プロパティの失敗を返すためのトレイト.