pub trait StreamNode {
// Required method
fn to_stream_prost_body(
&self,
state: &mut BuildFragmentGraphState,
) -> NodeBody;
}Required Methods§
fn to_stream_prost_body(&self, state: &mut BuildFragmentGraphState) -> NodeBody
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".