[][src]Trait to_bytes::IntoAsIs

pub trait IntoAsIs: Sized + Default {
    fn into_asis(self) -> AsIs<Self> { ... }
}

Provided methods

fn into_asis(self) -> AsIs<Self>

Loading content...

Implementors

impl<T: Default> IntoAsIs for T[src]

Loading content...