Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-rust-2e
/ draw
Method
draw
Source Code/20-18.rs:14–16 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
12
}
13
impl Draw for Text {
14
fn draw(&self) {
15
print!(
"{}"
, self.characters);
16
}
17
}
18
struct BoxedText {
19
text: Text,
Callers
1
draw_text
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected