pub trait LinkageMarker: Send + Sync {
    type L: IBase + Send;
}
Expand description

A marker trait which can be used to obtain the associated client instance

Required Associated Types§

source

type L: IBase + Send

Implementors§

§

type L = IBaseLinking

source§

impl LinkageMarker for DynLoad

§

type L = IBaseDynLoading