MCPcopy 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
25trait StrExt {
26 fn first_n_chars<'a>(&'a self, n: u32) -> &'a str;
27}
28
29impl StrExt for str {
30 fn first_n_chars<'a>(&'a self, n: u32) -> &'a str {

Callers

nothing calls this directly

Implementers 1

plugin.rsexamples/plugin.rs

Calls

no outgoing calls

Tested by

no test coverage detected