Why should we implement send for ResultSet<'static, T> rather than implement send for ResultSet<T>? impl<T> Send for ResultSet<'static, T> ``` where T: RowValue, ```
Why should we implement send for ResultSet<'static, T> rather than implement send for ResultSet?
impl Send for ResultSet<'static, T>