Home
last modified time | relevance | path

Searched defs:Pushable (Results 1 – 2 of 2) sorted by relevance

/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dpush.rs38 pub trait Pushable: Sealed + Sized { interface
42 impl Pushable for () { implementation
57 impl Pushable for $T { impl
65 impl Pushable for $T { impl
110 impl Pushable for $Indirect { impl
/third_party/rust/rust/tests/ui/autoref-autoderef/
Dauto-ref-sliceable.rs4 trait Pushable<T> { trait