pub trait GenericClientBuilder<RB, C>: Send + Syncwhere
C: GenericClient<RB>,{
// Required method
fn build(self) -> Result<C, Error>;
}pub trait GenericClientBuilder<RB, C>: Send + Syncwhere
C: GenericClient<RB>,{
// Required method
fn build(self) -> Result<C, Error>;
}