Skip to main content

stream_bridge_symbol

Function stream_bridge_symbol 

Source
pub fn stream_bridge_symbol() -> Symbol
Expand description

Returns the stream/bridge symbol naming the bridge function export.

ยงExamples

let symbol = sim_lib_stream_bridge::stream_bridge_symbol();
assert_eq!(&*symbol.name, "bridge");