cala_server::graphql

Type Alias DbOp

Source
pub type DbOp<'a> = Arc<Mutex<LedgerOperation<'a>>>;

Aliased Typeยง

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