Function sea_streamer_types::runtime_error

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

Function to construct a StreamErr::Runtime error variant.