pub struct SysFSEventStream(_);
Expand description
An ergonomic wrapper of SysFSEventStreamRef.
This wrapper complies with Rust’s ownership model, and releases its resource when dropped.
Create a new SysFSEventStream.
Return error when there’s any invalid path in paths_to_watch.
Executes the destructor for this type. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.