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

Interface Storage

src/bytes.rs:312–331  ·  view source on GitHub ↗

Objects that store and own `T`s (`Box<[T]>`, `Vec `, `StaticBuf<[T; 32]>`, etc). This allows for generic byte storage types for byte buffers. This also enable generic storage for any `T` type but the `Copy + Default` requirement might be too restricting for all cases.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Implementers 1

bytes.rssrc/bytes.rs

Calls

no outgoing calls

Tested by

no test coverage detected