Trait rustfmt_nightly::vertical::AlignedItem[][src]

pub(crate) trait AlignedItem {
    fn skip(&self) -> bool;
fn get_span(&self) -> Span;
fn rewrite_prefix(
        &self,
        context: &RewriteContext<'_>,
        shape: Shape
    ) -> Option<String>;
fn rewrite_aligned_item(
        &self,
        context: &RewriteContext<'_>,
        shape: Shape,
        prefix_max_width: usize
    ) -> Option<String>; }

Required methods

Implementations on Foreign Types

Implementors