Skip to main content

js_protocol/network/
mod.rs

1//! Stub for network domain
2pub type NodeId = i32;
3pub type FrameId = String;