Lines Matching refs:vtable
13 mod vtable;
82 /// Declares or implements a vtable trait.
91 /// implemented with the `#[vtable]` attribute, and a `HAS_*` associated constant
102 /// // Declares a `#[vtable]` trait
103 /// #[vtable]
116 /// // Implements the `#[vtable]` trait
117 /// #[vtable]
129 pub fn vtable(attr: TokenStream, ts: TokenStream) -> TokenStream {
130 vtable::vtable(attr, ts)