Re-exports§
pub use anyhow;
Modules§
Macros§
- clone_
async - Clones variables into an async closure (by calling
ToOwned::to_owned
). - include_
manifest
Structs§
- Actions
- Wrapper for a
Vec<Action>
with convenient conversion trait implementations. - Input
- List
- List
Item - Menu
- Provides methods to interact with the app menu.
- Selection
Range
Enums§
Statics§
- PLUGIN_
ID - ID of this plugin.
Traits§
Functions§
- plugin_
data_ dir - Assigned directory of this plugin, where extra data can be stored.
- run_
server - Starts up the server with a specified plugin implementation.
Type Aliases§
- Result
Result<T, Error>