Type Alias dir_meta::FsSender

source ·
pub type FsSender = Sender<WatcherOutcome>;
Expand description

This directory inherits most types from inotify crate The sender type for a channel as a type for reusability

Aliased Type§

struct FsSender { /* private fields */ }