Open groobyming opened 5 months ago
Why should we implement send for ResultSet<'static, T> rather than implement send for ResultSet?
impl 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>