pub trait StringBuffer: StringBufferTrait + Clone { }
Expand description

A unified way to handle strings

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl StringBuffer for &str

source§

impl StringBuffer for String

Implementors§