Function execute_netstat

Source
pub async fn execute_netstat() -> Result<String, Error>
Expand description

Execute netstat -rn and return the output

ยงErrors

Returns an error if command execution fails, or the output is not UTF-8