pub(crate) trait Rewrite {
    fn rewrite(
        &self,
        context: &RewriteContext<'_>,
        shape: Shape
    ) -> Option<String>; }

Required Methods

Rewrite self into shape.

Implementations on Foreign Types

Implementors