MCPcopy 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

3use crate::storage;
4
5pub trait ToStatus {
6 fn status(&self) -> Status;
7}
8
9impl ToStatus for storage::error::Error {
10 fn status(&self) -> Status {

Callers

nothing calls this directly

Implementers 1

error.rschirpstack/src/api/error.rs

Calls

no outgoing calls

Tested by

no test coverage detected