[][src]Type Definition zydis::formatter::WrappedDecoratorFunc

type WrappedDecoratorFunc = dyn Fn(&Formatter, &mut FormatterBuffer, &mut FormatterContext, Decorator, Option<&mut dyn Any>) -> Result<()>;