Function sqlx_core::fs::read_to_string

source ·
pub async fn read_to_string<P: AsRef<Path>>(path: P) -> Result<String>