use Citizen;
use Symbol;
/// Citizen descriptor identifying a filesystem-backed table by its root path.
/// Returns the `table/FsDir` class symbol for the filesystem table.
///
/// # Examples
///
/// ```
/// use sim_table_fs::fs_dir_class_symbol;
///
/// assert_eq!(&*fs_dir_class_symbol().name, "FsDir");
/// ```