Skip to main content

auric_runtime/data/
options.rs

1pub struct FindAllOptions {}
2
3pub struct FindOptions {
4    pub reload: bool,
5}
6
7pub struct QueryRecordOptions {}