parse_stream_source

Function parse_stream_source 

Source
pub fn parse_stream_source(input: &str) -> IResult<&str, StreamSource>
Expand description

Parse: from stream(“stream-name”)

§Example

from stream("user-events")
from stream("sensor-readings")