Modules§
Structs§
- Check
Config Updates Message - Config
Change - Critical
Format Error - A formatting error where the plugin cannot recover.
- File
Matching Info - The plugin file matching information based on the configuration.
- Format
Config Id - A unique configuration id used for formatting.
- Format
Request - Host
Format Request - Null
Cancellation Token - A cancellation token that always says it’s not cancelled.
- Plugin
Info - Information about a plugin.
- Plugin
Resolve Configuration Result - RawFormat
Config - Sync
Format Request - Sync
Host Format Request
Enums§
Traits§
- Async
Plugin Handler - Trait for implementing a process plugin.
- Cancellation
Token - Sync
Plugin Handler - Trait for implementing a Wasm plugin.
Type Aliases§
- Format
Range - Format
Result Ok(Some(text))
- Changes due to the format.Ok(None)
- No changes.Err(err)
- Error formatting. Use aCriticalError
to signal that the plugin can’t recover.