use crate::ffi::OsString; use crate::io::{Error, Result}; pub fn hostname() -> Result { Err(Error::UNSUPPORTED_PLATFORM) }