pub type Registry<O> = Vec<Arc<dyn Function<Output = O>>>;Expand description
Registry of functions that can be called by plugins. This type alias represents a collection of functions exposed by the host application that plugins can invoke during execution.
Aliased Typeยง
pub struct Registry<O> { /* private fields */ }