pub trait IntoRawContent {
    // Required method
    fn into(self) -> RawContent;
}

Required Methods§

Implementations on Foreign Types§

source§

impl IntoRawContent for Vec<Element>

source§

impl IntoRawContent for String

Implementors§