Trait rsfbclient_native::LinkageMarker[][src]

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

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

Associated Types

type L: IBase + Send[src]

Loading content...

Implementors

impl LinkageMarker for DynLink[src]

type L = IBaseLinking

impl LinkageMarker for DynLoad[src]

type L = IBaseDynLoading

Loading content...