Trait jsonrpc_server_utils::Pattern
[−]
[src]
pub trait Pattern {
fn matches<T: AsRef<str>>(&self, other: T) -> bool;
}Pattern that can be matched to string.