1 2 3 4 5 6 7 8
//! Offset object /// Offset object #[derive(Clone, Debug, PartialEq, Eq)] pub enum Offset { Position(u32), Uri(String), }