Type Alias remote_domain

Source
pub type remote_domain = Option<Box<remote_nonnull_domain>>;

Aliased Type§

pub enum remote_domain {
    None,
    Some(Box<remote_nonnull_domain>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Box<remote_nonnull_domain>)

Some value of type T.