Trait stepflow_action::EscapedString[][src]

pub trait EscapedString: AsRef<str> + Debug + Send + Sync + 'static {
    fn from_unescaped(unescaped_str: &str) -> Self;
fn already_escaped(escaped_str: String) -> Self; }

Required methods

fn from_unescaped(unescaped_str: &str) -> Self[src]

fn already_escaped(escaped_str: String) -> Self[src]

Loading content...

Implementors

impl EscapedString for HtmlEscapedString[src]

impl EscapedString for UriEscapedString[src]

Loading content...