must_use

Function must_use 

Source
pub const fn must_use<T>(t: T) -> T
Expand description

A function which emits a warning if its return value is not used.