Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/embedded-graphics/embedded-text
/ StrExt
Interface
StrExt
examples/plugin.rs:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
};
24
25
trait StrExt {
26
fn first_n_chars<
'a>(&'
a self, n: u32) -> &'a str;
27
}
28
29
impl StrExt for str {
30
fn first_n_chars<
'a>(&'
a self, n: u32) -> &'a str {
Callers
nothing calls this directly
Implementers
1
plugin.rs
examples/plugin.rs
Calls
no outgoing calls
Tested by
no test coverage detected