The full path for this [`Dir`], relative to the directory passed to [`crate::include_dir!()`].
(&self)
| 18 | /// The full path for this [`Dir`], relative to the directory passed to |
| 19 | /// [`crate::include_dir!()`]. |
| 20 | pub fn path(&self) -> &'a Path { |
| 21 | Path::new(self.path) |
| 22 | } |
| 23 | |
| 24 | /// The entries within this [`Dir`]. |
| 25 | pub const fn entries(&self) -> &'a [DirEntry<'a>] { |
no outgoing calls