1 2 3 4 5 6
use crate::backend::Task; pub mod consumer; pub mod producer; pub struct Message { pub backend: Task, }