Searched defs:must_use (Results 1 – 4 of 4) sorted by relevance
45 pub fn must_use() -> TokenStream { in must_use() function
4092 let must_use = signature.must_use() || { in codegen() localVariable
278 must_use: bool, field628 pub fn must_use(&self) -> bool { in must_use() method
1098 pub fn must_use(&self, ctx: &BindgenContext) -> bool { in must_use() method