Lines Matching defs:Nothing
969 // Not the parent's unexpected. Nothing cares whether the clone
1334 /// use syn::parse::Nothing;
1340 /// parse_macro_input!(args as Nothing);
1354 pub struct Nothing;
1356 impl Parse for Nothing {
1358 Ok(Nothing)
1364 impl Debug for Nothing {
1366 f.write_str("Nothing")
1372 impl Eq for Nothing {}
1376 impl PartialEq for Nothing {
1384 impl Hash for Nothing {