PlainText
aidoku
0.3.0
Plain
Text
Required Methods
escape_markdown
Implementors
In aidoku::
helpers::
string
aidoku
::
helpers
::
string
Trait
Plain
Text
Copy item path
Source
pub trait PlainText { // Required method fn
escape_markdown
(&self) ->
String
; }
Required Methods
§
Source
fn
escape_markdown
(&self) ->
String
Implementors
§
Source
§
impl<S:
AsRef
<
str
>>
PlainText
for S