1 2 3 4 5 6 7 8 9
mod tmt; mod utils; pub use tmt::*; const JSON_MIME: &str = "application/json"; /// MethodCall return Type need implement this trait pub trait CallOutput {}