Skip to content

Commit 4734ba0

Browse files
committed
use util.rs
1 parent 241a88c commit 4734ba0

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

src/sacp/src/util.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// Types re-exported from crate root
22

3+
mod typed;
4+
pub use typed::{TypeNotification, TypeRequest};
5+
36
/// Cast from `N` to `M` by serializing/deserialization to/from JSON.
47
pub fn json_cast<N, M>(params: N) -> Result<M, crate::Error>
58
where

src/sacp/src/util/mod.rs

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)