Type Alias remote_string

Source
pub type remote_string = Option<remote_nonnull_string>;

Aliased Type§

pub enum remote_string {
    None,
    Some(remote_nonnull_string),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(remote_nonnull_string)

Some value of type T.