[][src]Function malice::event_stream_from_esd_file

pub async fn event_stream_from_esd_file<T: Into<Source>>(
    p: T
) -> Result<impl Stream<Item = Event>, Error>

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