prop_check_rs

Module prop

Source

Structs§

  • Represents the property.
    プロパティを表す。

Enums§

  • Represents the result of the property.
    プロパティの結果を表す.

Traits§

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

Functions§

  • Returns a Prop that executes a function to evaluate properties using Gen.
    Genを利用してプロパティを評価するため関数を実行するPropを返す
  • Returns a Prop that executes a function to evaluate properties using Gen with size.
    サイズを与えたGenを利用してプロパティを評価するため関数を実行するPropを返す。
  • Returns a Prop that executes a function to evaluate properties using SGen.
    SGenを利用してプロパティを評価するため関数を実行するPropを返す。
  • Execute the Prop.
  • Execute the Prop.

Type Aliases§