pub type NewTree<S> = Result<<S as Strategy>::Tree, Reason>;
Expand description
Aliased Type§
pub enum NewTree<S> {
Ok(<S as Strategy>::Tree),
Err(Reason),
}
Variants§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.