Trait kaspa_utils::option::OptionExtensions
source · pub trait OptionExtensions<T> {
// Required method
fn is_none_or(&self, f: impl FnOnce(&T) -> bool) -> bool;
}Required Methods§
Object Safety§
This trait is not object safe.