Alek Ratzloff c450e07e08 Update GetAttr: use Arc<String> instead of String
This lets us share strings more easily. It needs to be Arc (as opposed
to Rc) because these are stored inside of UserFun objects, which need to
be Send (for some reason).

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2023-04-07 01:17:22 -07:00
2023-04-07 00:00:04 -07:00
2023-04-01 22:34:35 -07:00
2023-04-01 22:34:35 -07:00
2023-04-01 22:34:35 -07:00
2023-04-01 22:34:35 -07:00
Description
No description provided
128 KiB
Languages
Rust 100%