Trait pdfium_render::action::PdfActionCommon

source ·
pub trait PdfActionCommon<'a> { }
Expand description

Functionality common to all PdfAction objects, regardless of their PdfActionType.

Implementors§

source§

impl<'a, T> PdfActionCommon<'a> for T
where T: PdfActionPrivate<'a>,