Skip to main content

DeviceBoundSessionEventId

Type Alias DeviceBoundSessionEventId 

Source
pub type DeviceBoundSessionEventId<'a> = Cow<'a, str>;
Expand description

A unique identifier for a device bound session event.

Aliased Type§

pub enum DeviceBoundSessionEventId<'a> {
    Borrowed(&'a str),
    Owned(String),
}

Variants§

§1.0.0

Borrowed(&'a str)

Borrowed data.

§1.0.0

Owned(String)

Owned data.