busylib 0.0.8

BUSY Bar Rust HTTP client
Documentation
1
2
3
4
5
6
7
8
9
//! Element identifiers

crate::types::string_newtype!(
    /// Identifier of a drawn element within an application.
    ElementId,
    "element id",
    "one or more of [a-zA-Z0-9._-]",
    crate::types::validate::name
);