validate_entry

Function validate_entry 

Source
pub fn validate_entry(entry: &Path) -> Result<()>
Expand description

Validate that an entry point file exists.

§Arguments

  • entry - Path to entry point file

§Errors

Returns BuildError::EntryNotFound if the file doesn’t exist.