Function sea_streamer::runtime_error

source ·
pub fn runtime_error<T, E>(e: E) -> StreamErr<T>where
    T: Error,
    E: Error + Send + Sync + 'static,
Expand description

Function to construct a StreamErr::Runtime error variant.