Trait rtlola_hir::hir::OrderedTrait[][src]

pub trait OrderedTrait {
    fn stream_layers(&self, sr: StreamReference) -> StreamLayers;
}
Expand description

Describes the functionality of a mode after computing the evaluation order

Required methods

Returns the StreamLayers of the given stream

Panic

The function panics if the StreamReference is invalid.

Implementors