Skip to main content

sim_codec_bridge/
shape.rs

1use sim_kernel::Symbol;
2
3/// Returns the packet shape symbol owned by the BRIDGE codec.
4pub fn bridge_packet_shape_symbol() -> Symbol {
5    Symbol::qualified("bridge", "Packet")
6}