try_read

Function try_read 

Source
pub async fn try_read<T: for<'de> Deserialize<'de>>(
    file_path: &str,
) -> Result<T, Error>