Trait CrLf

Source
pub trait CrLf {
    // Required method
    fn crlf(&self) -> String;
}

Required Methods§

Source

fn crlf(&self) -> String

Implementations on Foreign Types§

Source§

impl CrLf for str

Source§

fn crlf(&self) -> String

Source§

impl CrLf for String

Source§

fn crlf(&self) -> String

Implementors§