pub fn find_stream( pool: &Pool<Postgres>, stream_id: Uuid, ) -> impl Future<Output = Result<StreamMetadata, Error>>
Finds a stream by its ID and returns it as StreamMetadata.