[−][src]Function net::url::user
pub fn user<T>(name: T) -> UserInfo where
T: ToString,
user returns a Userinfo containing the provided name and no password set.
pub fn user<T>(name: T) -> UserInfo where
T: ToString,
user returns a Userinfo containing the provided name and no password set.