Struct changelog::config::PostProcessor [] [src]

pub struct PostProcessor {
    pub lookup: String,
    pub replace: String,
}

A post-processor definition

Fields

The lookup pattern

The replace pattern

Trait Implementations

impl Default for PostProcessor
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for PostProcessor
[src]

[src]

Formats the value using the given formatter.