auric-runtime 0.1.6

Runtime for the Ember-inspired Auric SPA framework
Documentation
1
2
3
4
5
6
7
8
9
10
#[derive(Default)]
pub struct FindAllOptions {}

#[derive(Default)]
pub struct FindOptions {
    pub reload: bool,
}

#[derive(Default)]
pub struct QueryRecordOptions {}