pub type StreamResult<T> = Pin<Box<dyn Stream<Item = Result<T, ForgeError>> + Send>>;
pub struct StreamResult<T> { /* private fields */ }