[][src]Trait concatsql::IntoWrapString

pub trait IntoWrapString<'a> {
    pub fn into_wrapstring(self) -> WrapString<'a>;
}

A trait for converting a value to a WrapString.

Required methods

pub fn into_wrapstring(self) -> WrapString<'a>[src]

Converts the given value to a WrapString.

Loading content...

Implementations on Foreign Types

impl<'a> IntoWrapString<'a> for &'static str[src]

Loading content...

Implementors

impl<'a> IntoWrapString<'a> for WrapString<'a>[src]

impl<'a, 'b> IntoWrapString<'a> for &'b WrapString<'a>[src]

Loading content...