pub async fn get_logs<C: LogsRead + ?Sized>( client: &C, options: LogsOptions, ) -> Result<Vec<LogLine>>