Registry / async / executor-trait

executor-trait

JSON →
library3.1.0rscratesunverified

A collection of traits to define a common interface across executors

# Cargo.toml [dependencies] executor-trait = "3.1.0"
INSTALL
IMPORT
SIG · EXECUTOR-TRAIT
E
executor-trait
asyncrustv3.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Executor
use executor_trait::Executor;

Import the Executor trait for custom executor implementations

use executor_trait::Executor; fn main() { // Implement the Executor trait for a custom executor println!("Executor trait defined"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
32
OpenAI (training)
1
Resources
executor-trait — cargo add executor-trait · libregistry