aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/asset/routable.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(macros): add Routable trait and update route! macro魏曹先生2 days1-0/+22
Introduce a `Routable` trait with `to_chain` and `to_render` methods, replacing direct `Grouped` usage in the `route!` macro so error branches correctly route through the rendering pipeline