mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
I think this was remainder of the old design where wrap_*() functions took &TemplateLanguage as self argument. Since the wrapper type implements accessor functions like .try_into_boolean(), it makes sense that the same type implements ::wrap_boolean(), etc. These .wrap_<T>() functions will become generic over T. |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| testing | ||
| tests | ||
| build.rs | ||
| Cargo.toml | ||
| docs | ||
| LICENSE | ||