Trait opendp::ffi::dispatch::FailedDispatch
source · pub trait FailedDispatch {
// Required method
fn failed_dispatch(type_: &str) -> Self;
}
Required Methods§
fn failed_dispatch(type_: &str) -> Self
Object Safety§
This trait is not object safe.