Move `IsSubType` and write some docs for the trait (#7350)
* Move `IsSubType` and write some docs for the trait This moves the `IsSubType` trait from dispatch.rs to traits.rs. It also adds docs to make the trait better understandable. * Update frame/support/src/traits.rs Co-authored-by:Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
Showing
- substrate/frame/example/src/lib.rs 1 addition, 1 deletionsubstrate/frame/example/src/lib.rs
- substrate/frame/proxy/src/lib.rs 2 additions, 3 deletionssubstrate/frame/proxy/src/lib.rs
- substrate/frame/staking/src/lib.rs 2 additions, 2 deletionssubstrate/frame/staking/src/lib.rs
- substrate/frame/support/src/dispatch.rs 1 addition, 5 deletionssubstrate/frame/support/src/dispatch.rs
- substrate/frame/support/src/inherent.rs 2 additions, 2 deletionssubstrate/frame/support/src/inherent.rs
- substrate/frame/support/src/lib.rs 1 addition, 1 deletionsubstrate/frame/support/src/lib.rs
- substrate/frame/support/src/traits.rs 49 additions, 2 deletionssubstrate/frame/support/src/traits.rs
Please register or sign in to comment