[][src]Trait taplo::dom::rewrite::RewriteBuilder

pub trait RewriteBuilder: Sealed {
    type NewNode: Into<Node> + Debug + Clone;
    fn new() -> Self;
fn build(self) -> Self::NewNode; }

Associated Types

Loading content...

Required methods

fn new() -> Self

fn build(self) -> Self::NewNode

Loading content...

Implementors

Loading content...