Skip to main content

RuntimeLogStream

Type Alias RuntimeLogStream 

Source
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, }

Variants§

§

Unspecified = 0

§

Stdout = 1

§

Stderr = 2

§

Runtime = 3