LinkageMarker

Trait LinkageMarker 

Source
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§

Source§

type L = IBaseLinking

Source§

impl LinkageMarker for DynLoad

Available on crate feature dynamic_loading only.
Source§

type L = IBaseDynLoading