Trait workflow_terminal::crlf::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§