rust-oracle icon indicating copy to clipboard operation
rust-oracle copied to clipboard

Why the lifetime is 'static

Open groobyming opened this issue 1 year ago • 0 comments

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,

groobyming avatar Jun 17 '24 12:06 groobyming