find_stream

Function find_stream 

Source
pub fn find_stream(
    pool: &Pool<Postgres>,
    stream_id: Uuid,
) -> impl Future<Output = Result<StreamMetadata, Error>>
Expand description

Finds a stream by its ID and returns it as StreamMetadata.