Sign in
rust
/
rust
/
bf838717a4a68ecc23d08b9c17c19d71e7da8afe
/
.
/
tests
/
rustdoc-json
/
impls
/
local_for_primitive.rs
blob: a5ab3ec8a1b7936b817e94fd8716768813dbbef4 [
file
]
//@ set local = "$.index[?(@.name=='Local')]"
pub
trait
Local
{}
//@ set impl = "$.index[?(@.docs=='local for bool')].id"
//@ is "$.index[?(@.name=='Local')].inner.trait.implementations[*]" $impl
/// local for bool
impl
Local
for
bool
{}