Home
last modified time | relevance | path

Searched refs:Subtrait (Results 1 – 1 of 1) sorted by relevance

/linux/rust/zerocopy/src/util/
H A Dmacros.rs394 …l<const $constname: $constty, $($tyvar $(: $(? $optbound +)* $($bound +)*)?),*> Subtrait for $ty {} impl
406 impl<$($tyvar $(: $(? $optbound +)* $($bound +)*)?),*> Subtrait for $ty {} impl
419 trait Subtrait: $trait {} trait