pub trait OwnerOfwhere <Self::Owner as View>::V: Inv,{ type Owner: InvView + Sized; // Required method spec fn wf(self, owner: Self::Owner) -> bool; }
The owner of the concrete type. The Owner must implement Inv, indicating that it must has a consistent state.
Inv
owner.inv(),