pub async fn try_exists(path: impl AsRef<Path>) -> Result<bool>
tokio
Returns Ok(true) if the path points at an existing entity.
Ok(true)
Wrapper for tokio::fs::try_exists.
tokio::fs::try_exists