[][src]Trait maomi::backend::BackendTextNode

pub trait BackendTextNode {
    type Backend: Backend;
    fn set_text_content(&self, text_content: &str);
fn remove_self(&self); fn match_prerendered_next_sibling(
        &mut self,
        _node: BackendNodeRefMut<Self::Backend>
    ) { ... } }

Associated Types

Loading content...

Required methods

fn set_text_content(&self, text_content: &str)

fn remove_self(&self)

Loading content...

Provided methods

fn match_prerendered_next_sibling(
    &mut self,
    _node: BackendNodeRefMut<Self::Backend>
)

Loading content...

Implementors

impl BackendTextNode for DomTextNode[src]

impl BackendTextNode for EmptyBackendTextNode[src]

type Backend = Empty

Loading content...