Type Alias zebra_test::prelude::prop::strategy::NewTree
pub type NewTree<S> = Result<<S as Strategy>::Tree, Reason>;
Expand description
Aliased Type§
enum NewTree<S> {
Ok(<S as Strategy>::Tree),
Err(Reason),
}