/// Configuration for executor (TODO) #[derive(Debug, Clone)] pub struct Config { /// Example pub example: bool, }