pub trait Form {
type Form<T>;
}Expand description
The form that an object can take
An object can be bare (Bare), behind a Handle (BehindHandle), or
can take the form of a handle and an object WithHandle.
pub trait Form {
type Form<T>;
}The form that an object can take
An object can be bare (Bare), behind a Handle (BehindHandle), or
can take the form of a handle and an object WithHandle.