[][src]Function malice::event_stream_from_esd_file

pub async fn event_stream_from_esd_file<T>(
    p: T
) -> Pin<Box<dyn Stream<Item = Result<Event, Error>> + Send>> where
    T: Into<Source>, 

A helper function which turns a path to an ALICE ESD file into a stream over the Events of that file.