Macro sqrid::qa_create

source ·
macro_rules! qa_create {
    ($sqrid: ty) => { ... };
}
Expand description

Helper macro to a Qa type from an super::base::Sqrid.

Example usage:

type Sqrid = sqrid::sqrid_create!(3, 3, false);
type Qa = sqrid::qa_create!(Sqrid);