Sign in
rust
/
rust
/
0883b8cc7926859cd296afde42c5b2d7aaae5ce5
/
.
/
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
{}