pub type Requests = Vec<Request>;Expand description
Collection of function requests from plugins. This type alias represents a collection of requests that plugins can make to the host application, typically for accessing host-provided functionality.
Aliased Typeยง
pub struct Requests { /* private fields */ }