Trait wasm_shrink::IsInteresting

source ·
pub trait IsInteresting: Display {
    // Required method
    fn is_interesting(&self) -> bool;
}
Expand description

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

Required Methods§

source

fn is_interesting(&self) -> bool

Was the Wasm interesting?

Implementations on Foreign Types§

source§

impl IsInteresting for bool

Implementors§