useformat::*;/// A print that actually does nothing. Exists for the `disabled`-feature.
pubfnprint(){}/// A print that actually does nothing. Exists for the `disabled`-feature.
pubfnprint_with_format(format: FormattingOptions, decimals:u32){}/// A reset that actually does nothing. Exists for the `disabled`-feature.
pubfnreset(){}