Type Alias cala_server::graphql::DbOp

source ·
pub type DbOp<'a> = Arc<Mutex<AtomicOperation<'a>>>;

Aliased Type§

struct DbOp<'a> { /* private fields */ }