| 17 | pub type Future<T> = Pin<Box<dyn futures::Future<Output = ApplicationResult<T>> + Send>>; |
| 18 | |
| 19 | pub struct ServiceHandler; |
| 20 | impl ServiceHandler { |
| 21 | pub fn create_board( |
| 22 | cmd: CreateBoard, |
nothing calls this directly
no outgoing calls
no test coverage detected