Home
last modified time | relevance | path

Searched refs:impl_block (Results 1 – 2 of 2) sorted by relevance

/linux/rust/zerocopy-derive/derive/
H A Dinto_bytes.rs160 let impl_block = ImplBlockBuilder::new(ctx, unn, Trait::IntoBytes, FieldBounds::ALL_SELF) in derive_into_bytes_union() localVariable
163 Ok(quote!(#cfg_compile_error #impl_block)) in derive_into_bytes_union()
/linux/rust/zerocopy/src/util/
H A Dmacros.rs409 (@impl $impl_block:tt) => {
411 { $impl_block };
413 (@verify $trait:ident, $impl_block:tt) => {
420 $impl_block