nology_api/
entity.rs

1
2#[derive(Debug, Clone)]
3pub enum AlbumId {
4    Owned(i64),
5    Shared(String),
6}