pub type RuntimeLogStream = PluginRuntimeLogStream;Expand description
Runtime log stream enum generated from the provider protocol.
Aliased Type§
#[repr(i32)]pub enum RuntimeLogStream {
Unspecified = 0,
Stdout = 1,
Stderr = 2,
Runtime = 3,
}