Function is_valid_bridge

Source
pub fn is_valid_bridge<'a>(s: &'a str, bridge: &str) -> Result<&'a str, Error>
Expand description

valid aws iot bridge? Like, “/shadow/” or “/jobs?”, etc.

§Example