Trait rsfbclient_native::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
pub trait LinkageMarker: Send + Sync {
type L: IBase + Send;
}A marker trait which can be used to obtain the associated client instance