Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/sea-orm
/ from
Method
from
src/database/transaction.rs:550–552 ·
view source on GitHub ↗
(e: DbErr)
Source
from the content-addressed store, hash-verified
548
E: std::fmt::Display + std::fmt::Debug,
549
{
550
fn from(e: DbErr) -> Self {
551
Self::Connection(e)
552
}
553
}
Callers
nothing calls this directly
Calls
1
Connection
Class · 0.85
Tested by
no test coverage detected