MCPcopy Create free account
hub / github.com/angular-rust/yew-components / to_string

Method to_string

src/text_inputs/textarea.rs:37–44  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

35
36impl ToString for TextAreaCharCounter {
37 fn to_string(&self) -> String {
38 use TextAreaCharCounter::*;
39 match self {
40 Internal => "internal",
41 External => "external",
42 }
43 .to_string()
44 }
45}
46
47/// Props for [`TextArea`]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected