pub trait Calculator<R> { // Required method fn calculate(&self, client: &Client) -> Result<R, Error>; }