mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
refactor: new trait JsonOpDispatcher (#6742)
This commit is contained in:
parent
7be29fab8d
commit
f83d672ffa
6 changed files with 39 additions and 39 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue