Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chirpstack/chirpstack
/ ToStatus
Interface
ToStatus
chirpstack/src/api/error.rs:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
use crate::storage;
4
5
pub trait ToStatus {
6
fn status(&self) -> Status;
7
}
8
9
impl ToStatus for storage::error::Error {
10
fn status(&self) -> Status {
Callers
nothing calls this directly
Implementers
1
error.rs
chirpstack/src/api/error.rs
Calls
no outgoing calls
Tested by
no test coverage detected