Function pg_embed::fetch::unpack_postgres[][src]

pub async fn unpack_postgres(
    file_name: &str,
    executables_path: &str
) -> Result<()>

Unpack the postgresql executables

Returns Ok(()) on success, otherwise returns an error.