pub trait IsInteresting: Display {
    fn is_interesting(&self) -> bool;
}
Expand description

A type that describes whether a Wasm is interesting or not.

Required Methods§

Was the Wasm interesting?

Implementations on Foreign Types§

Implementors§