sapio-ctv-emulator-trait 0.2.4

Emulator Trait for mocking out CTV with other logic, trait separate to avoid pulling in tokio to compiler
Documentation

Sapio CTV Emulator Trait

This emulator trait crate is a base that exports a trait definition and some helper structs that are needed across the sapio ecosystem.

Defining the trait in its own crate allows us to use trait objects in our compiler internals without needing to have the compiler directly depend on e.g. networking primitives.