Re: [libvirt] [rust PATCH v2 2/5] libvirt-rust: stream: add more functions in stream

2020-01-10 Thread Sahid Orentino Ferdjaoui
On Tue, Dec 24, 2019 at 12:12:52AM -0700, Zixing Liu wrote: > * added virStreamEventAddCallback function > * added new types: StreamEventCallback and FreeCallback > * added new field: callback for storing event callback > * drop: will drop the Box if any > * added wrapper event_callback for easier

[libvirt] [rust PATCH v2 2/5] libvirt-rust: stream: add more functions in stream

2019-12-23 Thread Zixing Liu
* added virStreamEventAddCallback function * added new types: StreamEventCallback and FreeCallback * added new field: callback for storing event callback * drop: will drop the Box if any * added wrapper event_callback for easier callback authoring for the user (so that closures with Fn or FnMut r