Text

Trait Text 

Source
pub trait Text: Any { }
Expand description

Text parameter.

Implementations on Foreign Types§

Source§

impl Text for &str

Source§

impl Text for String

Source§

impl Text for CellRange

Source§

impl Text for CellRef

Source§

impl<'a> Text for Cow<'a, str>

Source§

impl<T: Text + Any + Sized> Text for Option<T>

Implementors§