Expand description
Source/sink traits.
Bridges implement these. The CLI orchestrates them via
SourceRegistry (CLI crate). Plugins implement the same
traits via libloading.
Structs§
- Failed
Record - One record that a sink could not write.
- Page
- A paginated result.
- Write
Report - Report from a sink write operation.
Traits§
- Bookmark
Sink - Write-side trait. Implemented by sinks (Netscape HTML, server).
- Bookmark
Source - Read-side trait. Implemented by every bridge.