Skip to main content

adapter

Function adapter 

Source
pub fn adapter() -> &'static dyn HarnessAdapter
Expand description

Convenience: hand out a &'static dyn HarnessAdapter for the codex adapter. The registry calls this once at lazy-init time. See pending_stamp::adapter_static for the leak semantics — codex is one of two callers and the leaked footprint is bytes, not megabytes.