Skip to main content

Module traits

Module traits 

Source
Expand description

Source/sink traits.

Bridges implement these. The CLI orchestrates them via SourceRegistry (CLI crate). Plugins implement the same traits via libloading.

Structs§

FailedRecord
One record that a sink could not write.
Page
A paginated result.
WriteReport
Report from a sink write operation.

Traits§

BookmarkSink
Write-side trait. Implemented by sinks (Netscape HTML, server).
BookmarkSource
Read-side trait. Implemented by every bridge.