Type Alias xmpp::Id

source ·
pub type Id = Option<String>;

Aliased Type§

enum Id {
    None,
    Some(String),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(String)

Some value of type T.