macro_rules! kvar {
($base:expr $(; ( $( $params:expr ),* ) )? ) => { ... };
}Expand description
Shorthand macro for constructing TypeVar::Known
macro_rules! kvar {
($base:expr $(; ( $( $params:expr ),* ) )? ) => { ... };
}Shorthand macro for constructing TypeVar::Known