MCPcopy Create free account
hub / github.com/Apress/beginning-rust-2e / BoxedText

Class BoxedText

Source Code/20-20.rs:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 }
17 }
18 struct BoxedText {
19 text: Text,
20 first: char,
21 last: char,
22 }
23 impl BoxedText {
24 fn with_text_and_borders(
25 text: &str, first: char, last: char)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected