pub type DeviceBoundSessionEventId<'a> = Cow<'a, str>;
A unique identifier for a device bound session event.
pub enum DeviceBoundSessionEventId<'a> { Borrowed(&'a str), Owned(String), }
Borrowed data.
Owned data.