projects
/
rust-101.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
part 13 draft: sorting, external dependencies
[rust-101.git]
/
src
/
part11.rs
diff --git
a/src/part11.rs
b/src/part11.rs
index 5219d30b2e0e9de85bc13e060b49fd78ed34e00a..4e5c5fd7b343151e28ef54f3bb59e71ac52da6c6 100644
(file)
--- a/
src/part11.rs
+++ b/
src/part11.rs
@@
-1,5
+1,5
@@
-// Rust-101, Part 11: Trait Objects, Box, Rc
-// =========================================
+// Rust-101, Part 11: Trait Objects, Box, Rc
, Lifetime bounds
+// =========================================
=================
//@ We will play around with closures a bit more. Let us implement some kind of generic "callback"
//@ mechanism, providing two functions: Registering a new callback, and calling all registered callbacks. There will be two
//@ We will play around with closures a bit more. Let us implement some kind of generic "callback"
//@ mechanism, providing two functions: Registering a new callback, and calling all registered callbacks. There will be two