Trait switchboard_solana::attestation_program::types::ToBool
source · pub trait ToBool {
// Required method
fn to_bool(&self) -> bool;
}
pub trait ToBool {
// Required method
fn to_bool(&self) -> bool;
}