Skip to main content

state

Function state 

Source
pub fn state() -> String
Available on crate feature address only.
Expand description

Generate a US state name.

§Example

let state = mockd::address::state();

println!("State: {}", state);

§Feature

Requires the “address” feature.