ClientType

Trait ClientType 

Source
pub trait ClientType: Sealed { }
Expand description

A marker trait to indicate whether the client is blocking or async.

Implementors§