Macro linera_base::doc_scalar

source ยท
macro_rules! doc_scalar {
    ($ty:ty, $desc:literal) => { ... };
}
Expand description

Defines a GraphQL scalar with a description string.

This is equivalent to scalar! but always uses the stringified identifier as the name.