pub type KeyedElement<Message> = Element<Keyed<Message>>;
pub struct KeyedElement<Message> { /* private fields */ }