Trait forky_core::StringExt

source ·
pub trait StringExt {
    // Required methods
    fn push_string(&mut self, str: &String) -> &Self;
    fn push_str_line(&mut self, str: &str) -> &Self;
}

Required Methods§

source

fn push_string(&mut self, str: &String) -> &Self

source

fn push_str_line(&mut self, str: &str) -> &Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl StringExt for String

source§

fn push_string(&mut self, str: &String) -> &Self

source§

fn push_str_line(&mut self, str: &str) -> &Self

Implementors§