hydrate-schema 0.0.2

Game asset pipeline and authoring framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// This is not used yet

/*
use super::SchemaInterface;
use super::SchemaRecord;

#[derive(Clone, Debug)]
pub enum SchemaRefConstraint {
    Concrete(SchemaRecord),
    Interface(SchemaInterface),
}

impl SchemaRefConstraint {}
*/