Trait jsonrpc_server_utils::Pattern [−][src]
Pattern that can be matched to string.
Required methods
fn matches<T: AsRef<str>>(&self, other: T) -> bool
[src]
Returns true if given string matches the pattern.