pub type Properties<'a> = List<'a, Device, Entry<'a>>;
A convenience alias for a list of properties, bound to a device.
struct Properties<'a> { /* private fields */ }