mirror of
https://github.com/ankitects/anki.git
synced 2026-01-15 06:49:03 -05:00
6 lines
190 B
Rust
6 lines
190 B
Rust
// Copyright: Ankitects Pty Ltd and contributors
|
|
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|
|
|
use crate::define_newtype;
|
|
|
|
define_newtype!(RevlogID, i64);
|