pub trait ClientTrait {
    // Required method
    fn new(client: Client) -> Self;
}

Required Methods§

source

fn new(client: Client) -> Self

Object Safety§

This trait is not object safe.

Implementors§