Skip to main content

refining_core/
context.rs

1//! Pre-defined contexts for refinements.
2
3use crate::type_str;
4
5type_str!(pub NoContext = "no context" => "Represents the absence of context.");