Type Definition clightningrpc_plugin::plugin::OnInit

source ·
pub type OnInit<T> = dyn Fn(&mut Plugin<T>) -> Value + Send + 'static;