Commit a35d1ee
committed
fix(sacp): add missing HasDefaultEndpoint bounds to handler methods
on_receive_request, on_receive_notification, and on_receive_message
were missing the HasDefaultEndpoint where-clause that the _from
variants have. This ensures consistent trait bounds across all
handler registration methods.1 parent 87e8139 commit a35d1ee
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
673 | 673 | | |
674 | 674 | | |
675 | 675 | | |
| 676 | + | |
676 | 677 | | |
677 | 678 | | |
678 | 679 | | |
| |||
731 | 732 | | |
732 | 733 | | |
733 | 734 | | |
| 735 | + | |
734 | 736 | | |
735 | 737 | | |
736 | 738 | | |
| |||
793 | 795 | | |
794 | 796 | | |
795 | 797 | | |
| 798 | + | |
796 | 799 | | |
797 | 800 | | |
798 | 801 | | |
| |||
0 commit comments