blob: bd83ea12877f89f43999905799affbd78e9f84b4 (
plain)
1
2
3
4
5
6
7
8
9
|
//! Implementation for plain consensus documents.
//
// Read this file in conjunction with `each_variety.rs`.
// See "module scope" ns_variety_definition_macros.rs.
use super::*;
// Import `each_variety.rs`, appropriately variegated
ns_do_variety_vote! {}
|