Anki/rslib/src/revlog.rs
2020-06-01 13:57:10 +10:00

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);