refactor: new trait JsonOpDispatcher (#6742)

This commit is contained in:
Gurwinder Singh 2020-07-14 23:52:02 +05:30 committed by GitHub
parent 7be29fab8d
commit f83d672ffa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 39 additions and 39 deletions

View file

@ -4,6 +4,7 @@ mod dispatch_minimal;
pub use dispatch_json::json_op;
pub use dispatch_json::JsonOp;
pub use dispatch_json::JsonOpDispatcher;
pub use dispatch_json::JsonResult;
pub use dispatch_minimal::minimal_op;
pub use dispatch_minimal::MinimalOp;