10 lines
342 B
Rust
10 lines
342 B
Rust
// Copyright: Ankitects Pty Ltd and contributors
|
|
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|
|
|
#![allow(clippy::redundant_closure)]
|
|
|
|
// Includes the automatically-generated *Service and Backend*Service traits,
|
|
// and some impls on Backend and Collection.
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/backend.rs"));
|