Skip to main content

ApiClientIdentity

Trait ApiClientIdentity 

Source
pub trait ApiClientIdentity {
    // Required method
    fn api_client_identity(&self) -> usize;
}
Expand description

Stable identity of the Arc that owns a backend API client.

Required Methods§

Implementations on Foreign Types§

Source§

impl<C: ?Sized> ApiClientIdentity for Arc<C>

Implementors§