pat.rs - source (
original
) (
raw
)
std/
pat.rs
1//! Helper module for exporting the `pattern_type` macro 2 3pub use core::pattern_type;