referrerpolicy=no-referrer-when-downgrade

TFullClient

Type Alias TFullClient 

pub type TFullClient<TBl, TRtApi, TExec> = Client<Backend<TBl>, LocalCallExecutor<TBl, Backend<TBl>, TExec>, TBl, TRtApi>;
Expand description

Full client type.

Aliased Type§

pub struct TFullClient<TBl, TRtApi, TExec> { /* private fields */ }