cala_server/
primitives.rs

1#[derive(Debug, Clone, sqlx::Type)]
2#[sqlx(transparent)]
3pub struct ServerId(String);