Module ibc_query::core::client

source ·

Structs

  • Generics I and U must be a type where writes from one thread are readable from another. This means using Arc<Mutex<_>> or Arc<RwLock<_>> in most cases.

Functions