MCPcopy Create free account
hub / github.com/Migorithm/rustiful-backend / ServiceHandler

Class ServiceHandler

library/src/services/handlers.rs:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17pub type Future<T> = Pin<Box<dyn futures::Future<Output = ApplicationResult<T>> + Send>>;
18
19pub struct ServiceHandler;
20impl ServiceHandler {
21 pub fn create_board(
22 cmd: CreateBoard,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected