Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/builder/
H A Dpush.rs38 pub trait Pushable: Sealed + Sized { trait
42 impl Pushable for () { impl
57 impl Pushable for $T { impl
65 impl Pushable for $T { impl
110 impl Pushable for $Indirect { impl