Search code examples
How to express these lifetime bounds...


rustlifetime

Read More
Is it safe to pass a temporary std::string to a function accepting std::string_view?...


c++c++17lifetimestring-view

Read More
rust ownership and liftetime issue...


rustlifetimeownership

Read More
Why can't I return a nested `RwLockReadGuard` from a function?...


rustlifetimerwlock

Read More
Borrowed value does not live long enough when using functions with lifetime specifier...


rustcompiler-errorslifetime

Read More
How can I ensure Dispose() is called on an advanced function's local variable on stop signal?...


powershelllifetimeidisposablepowershell-5.1

Read More
Why does Rust consider an owning closure to exist for 'static lifetime?...


multithreadingrustclosureslifetime

Read More
How to assign mutable closure to a static mut variable...


ruststaticlifetime

Read More
Extend lifetime of a variable for thread...


multithreadingrustlifetime

Read More
How can I derive Deserialize for struct with generic types?...


rustlifetimeserdeserde-json

Read More
What does it mean when we let a trait inherits 'static?...


ruststatictraitslifetime

Read More
Generic HKT bounds with lifetimes...


rustlifetime

Read More
How to specify lifetime for associated type that will be a closure argument?...


rustlifetime

Read More
guarantees, if any, on the conservation of value representation, under low-level creation/destructio...


c++language-lawyerlifetimetype-punning

Read More
Why can't I move a closure represented by a trait?...


rustclosureslifetimeparser-combinators

Read More
Lifetime error while trying to use chunks of a vector with the Tokio spawn function for multi-thread...


rustlifetimerust-tokiochunks

Read More
Does `pub fn long(&self) -> impl Future<Output = ()> + 'static` leak data with ever...


asynchronousrustlifetime

Read More
Passing a variable into a Rust FnMut without having it turn into a FnOnce...


rustlifetime

Read More
What operations trigger end of lifetime of objects at a given location?...


c++language-lawyerlifetimec++23

Read More
Creating an Arc clone for a callback: `xxx` does not live long enough...


rustlifetimeslint

Read More
Should I `std::move` from the `std::future`?...


c++lifetimemove-semanticsstdasyncstd-future

Read More
Why isn't the `+ 'static` on my `-> impl Future<...> + 'static` trait method re...


asynchronousrusttraitslifetime

Read More
Trouble getting rust lifetimes working for function mocking...


rustlifetime

Read More
Different string lifetimes and drop...


rustlifetime

Read More
How, in Rust, to write a trait that expresses the ability to create of an object that lives as long ...


rustreferencetraitslifetimetype-alias

Read More
Access mutable borrows in a default trait implementation...


rustiterationlifetime

Read More
std::construct_at and object lifetime?...


c++language-lawyerc++20undefined-behaviorlifetime

Read More
How to use a Transaction with a lifetime specified with the Query's execute function?...


rusttransactionslifetimesqlx

Read More
Rust apparent non-associativity of lifetimes...


rustreferencelifetimelifetime-scoping

Read More
Is there a way to get the C++ compiler to detect and warn/error about this object-lifetime error?...


c++iteratorlifetime

Read More
BackNext