MCPcopy Create free account
hub / github.com/AndrewGi/btle / Error

Interface Error

src/error.rs:6–11  ·  view source on GitHub ↗

Generic Error Trait. Similar to `std::error::Error`. Generic Error type. Similar to `std::error::Error` but supports `no_std`. If the `std` feature is enabled, `Error` will implement `std::error::Error`. Automatically implements `fmt::Display` by using the `Debug` implementation (`"{:?}"`).

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Implementers 2

lib.rssrc/lib.rs
error.rssrc/error.rs

Calls

no outgoing calls

Tested by

no test coverage detected