try_exists

Function try_exists 

Source
pub async fn try_exists(path: impl AsRef<Path>) -> Result<bool>
Expand description

Returns Ok(true) if the path points at an existing entity.

Wrapper for tokio::fs::try_exists.