Skip to main content

Redactor

Type Alias Redactor 

Source
pub type Redactor = Arc<dyn Fn(Value) -> Result<Value, String> + Send + Sync>;

Aliased Typeยง

pub struct Redactor { /* private fields */ }