jj/cli/examples
Yuya Nishihara 46d5555be4 cleanup: leverage trait upcasting, delete as_any*()
This patch also adds .downcast*() wrappers to prevent misuse of as &Any casting.
The compiler wouldn't help detect &Arc<T> as &Any, for example.

https://blog.rust-lang.org/2025/04/03/Rust-1.86.0/#trait-upcasting
2025-09-20 01:22:47 +00:00
..
custom-backend cleanup: leverage trait upcasting, delete as_any*() 2025-09-20 01:22:47 +00:00
custom-command cli: replace ExitCode by u8 2025-05-17 05:45:59 +00:00
custom-commit-templater cleanup: leverage trait upcasting, delete as_any*() 2025-09-20 01:22:47 +00:00
custom-global-flag cli: replace ExitCode by u8 2025-05-17 05:45:59 +00:00
custom-operation-templater templater: extract non-Core operation methods table 2025-08-21 10:12:45 +00:00
custom-working-copy cleanup: leverage trait upcasting, delete as_any*() 2025-09-20 01:22:47 +00:00