Skip to main content

Module traits

Module traits 

Source

Structs§

RendererDescriptor
Static metadata for a renderer plugin.

Enums§

BinocError

Constants§

SDK_VERSION

Traits§

DataAccess
Mediates all data I/O for plugins. Replaces direct filesystem access (Item.physical_path) and shared mutable context (CompareContext).
Renderer
A plugin that renders changesets into a human-readable format.

Functions§

check_sdk_compatibility
Check whether a plugin’s SDK version is compatible with this host’s SDK.

Type Aliases§

BinocResult