Function static_web_server::static_files::file_metadata
source · pub fn file_metadata(file_path: &Path) -> Result<(Metadata, bool), StatusCode>Expand description
Try to find the file system metadata for the given file path or returns an Not Found error.