Home
last modified time | relevance | path

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

/linux/rust/zerocopy-derive/
H A Dutil.rs293 pub(crate) fn validator_macro_context(&self) -> Option<&TokenStream> { in validator_macro_context() method
600 let validator_context = check.validator_macro_context(); in build()