Home
last modified time | relevance | path

Searched refs:ToBool (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/core/src/error/
H A Dmacros.rs373 pub trait ToBool { trait
377 impl ToBool for bool {
384 impl ToBool for &bool { impl
392 pub fn not(b: impl ToBool) -> bool { in not()