1 2 3 4 5 6
use crate::ffi::OsString; use crate::io::{Error, Result}; pub fn hostname() -> Result<OsString> { Err(Error::UNSUPPORTED_PLATFORM) }