Search code examples
Passing mutable context into callbacks...


rustlifetime

Read More
Can't successfully return a const char* I have created by calling c_str() on a string. (C++)...


c++stringscopereturnlifetime

Read More
Why is the trait bound Trait<&String> not satisfied even though I've implemented Trait...


rustlifetime

Read More
C++ Virtual Inheritance...


c++virtual-functionslifetimevirtual-destructor

Read More
Can I create a binding with the type `Option<&str>`?...


rustlifetime

Read More
Lifetime of "extern" variable in C?...


cexternlifetime

Read More
Value doesn't live long enough, despite being constrained to...


compiler-errorsclosuresrustlifetime

Read More
Safely traversing a directed acyclic graph...


rustlifetimedirected-acyclic-graphsgraph-traversal

Read More
Regex captures don't live as long as I think they should...


stringreferencerustlifetime

Read More
Borrowed value does not live long enough - string slice into HashMap...


rustlifetimeborrow-checker

Read More
How to use the button itself from the callback closure?...


gtkrustlifetime

Read More
Why does this variable definition imply static lifetime?...


multithreadingconcurrencyrustlifetime

Read More
Why does my program have variable lifetime issues when using generators?...


c++visual-studio-2015crashgeneratorlifetime

Read More
Java inline object passed as parameter lifetime...


javalifetimeobject-lifetime

Read More
Syntax of Rust lifetime specifier...


rustlifetime

Read More
"does not live long enough" error when calling `roots` from rust-xcb...


rustlifetimelifetime-scoping

Read More
What is the advantage of using the same lifetime for multiple arguments?...


rustlifetimelifetime-scoping

Read More
Result of Iterator::max does not live long enough although the item is returned directly...


rustlifetime

Read More
to_string() causes error "borrowed value does not live long enough"...


rustlifetimeborrow-checker

Read More
How to implement an iterator giving struct with lifetimes?...


iteratorrustlifetime

Read More
Borrowed local variable in nested lambda...


rustlifetimeborrow-checker

Read More
Vec<MyTrait> without N heap allocations?...


rustlifetime

Read More
How to extract values from &mut iterator?...


iteratorrustlifetimeborrow-checkermutability

Read More
error: `line` does not live long enough but it's ok in playground...


rustlifetime

Read More
variable does not live long enough when storing a csv::DecodedRecords iterator...


csvrustlifetime

Read More
Embedding a borrowed value into an enum?...


rustlifetimeownershipborrowing

Read More
Returning closures which capture outer variables in Rust...


closuresrustlifetime

Read More
Use function pointer parameter inside closure Rust...


closuresrustfunction-pointerslifetime

Read More
How to iteratively search and remove from a list when not using the standard library...


rustlifetimeborrow-checker

Read More
How to specify a child scope for constructor func factory parameter?...


c#scopeautofaclifetimeobject-lifetime

Read More
BackNext