pub trait DefaultLinkOps {
    type Ops: LinkOps + Default;
    const NEW: Self::Ops;
}Expand description
The default implementation of LinkOps associated with a link type.
Required Associated Types§
Required Associated Constants§
Object Safety§
This trait is not object safe.