pub trait InitReturn {
// Required method
fn into_init_bool(self) -> bool;
}Expand description
A trait representing types that can be used as the return value for a #[panda::init]
function
pub trait InitReturn {
// Required method
fn into_init_bool(self) -> bool;
}A trait representing types that can be used as the return value for a #[panda::init]
function