MCPcopy Create free account
hub / github.com/bjoernQ/bleps / new

Method new

example/src/main.rs:242–244  ·  view source on GitHub ↗
(connection: &'a mut T)

Source from the content-addressed store, hash-verified

240 T: Read + Write,
241{
242 fn new(connection: &'a mut T) -> Self {
243 Self { connection }
244 }
245}
246
247#[derive(Debug)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected