Trait wasm_shrink::IsInteresting [−][src]
pub trait IsInteresting: Display {
fn is_interesting(&self) -> bool;
}Expand description
A type that describes whether a Wasm is interesting or not.
Required methods
fn is_interesting(&self) -> bool
fn is_interesting(&self) -> bool
Was the Wasm interesting?
