Trait stepflow::prelude::EscapedString[][src]

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

Required methods

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

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

Loading content...

Implementors

Loading content...