Searched defs:must_use (Results 1 – 12 of 12) sorted by relevance
4 macro_rules! must_use { macro
5 mod must_use; module
702 pub fn must_use(error: Error) -> Error { in must_use() function
703 pub fn must_use(error: Error) -> Error { in must_use() function
43 pub(crate) fn must_use() -> TokenStream { in must_use() function
4184 let must_use = signature.must_use() || { in codegen() localVariable
289 must_use: bool, field695 pub(crate) fn must_use(&self) -> bool { in must_use() method
1103 pub(crate) fn must_use(&self, ctx: &BindgenContext) -> bool { in must_use() method
679 let must_use = quote!(#[must_use = in expect() localVariable683 let must_use = quote!(); in expect() localVariable1577 let must_use = quote!(#[must_use = in to_tokens() localVariable1581 let must_use = quote!(); in to_tokens() localVariable
777 must_use: bool, field800 fn must_use(&mut self, allowed: bool) -> &mut Self { in must_use() method
734 pub const fn must_use<T>(t: T) -> T { in must_use() function