pub trait IDebugExpressionCallBack_Impl: Sized {
// Required method
fn onComplete(&self) -> Result<()>;
}
Required Methods§
fn onComplete(&self) -> Result<()>
Object Safety§
This trait is not object safe.
pub trait IDebugExpressionCallBack_Impl: Sized {
// Required method
fn onComplete(&self) -> Result<()>;
}