pub trait StreamNode {
// Required method
fn to_stream_prost_body(
&self,
state: &mut BuildFragmentGraphState,
) -> NodeBody;
}
pub trait StreamNode {
// Required method
fn to_stream_prost_body(
&self,
state: &mut BuildFragmentGraphState,
) -> NodeBody;
}