Trait plugy_runtime::IntoCallable
source · pub trait IntoCallable<P, D> {
type Output;
// Required method
fn into_callable(handle: PluginHandle<P, D>) -> Self::Output;
}pub trait IntoCallable<P, D> {
type Output;
// Required method
fn into_callable(handle: PluginHandle<P, D>) -> Self::Output;
}