Macro gura::value

source ·
macro_rules! value {
    ( null ) => { ... };
    ( [$( $token:tt )*] ) => { ... };
    ( {$( $token:tt )*} ) => { ... };
    { $value:expr } => { ... };
}
Expand description

Helper crate for converting types into GuraType. It’s used internally by the object! and array! macros.