[][src]Trait arwa::ElementReplacement

pub trait ElementReplacement: Sealed {
    fn replace<E>(&self, element: &E)
    where
        E: Element
; }

Required methods

fn replace<E>(&self, element: &E) where
    E: Element

Loading content...

Implementations on Foreign Types

impl ElementReplacement for str[src]

Loading content...

Implementors

impl<T> ElementReplacement for T where
    T: Element
[src]

Loading content...