Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Migorithm/rustiful-backend
/ from
Method
from
bin/src/error.rs:8–10 ·
view source on GitHub ↗
(value: ApplicationError)
Source
from the content-addressed store, hash-verified
6
7
impl From<ApplicationError> for Exception {
8
fn from(value: ApplicationError) -> Self {
9
Exception(value)
10
}
11
}
12
13
impl IntoResponse for Exception {
Callers
nothing calls this directly
Calls
1
Exception
Class · 0.85
Tested by
no test coverage detected