MCPcopy Create free account
hub / github.com/drogus/crows / ExecutorConfig

Interface ExecutorConfig

shared/src/lib.rs:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3use serde::{Deserialize, Serialize};
4
5pub trait ExecutorConfig {
6 fn split(&self, times: usize) -> Config;
7}
8
9#[derive(Serialize, Deserialize, Debug, Clone)]
10pub enum Config {

Callers

nothing calls this directly

Implementers 1

lib.rsshared/src/lib.rs

Calls

no outgoing calls

Tested by

no test coverage detected