[][src]Trait ripgrep_all::adapters::GetMetadata

pub trait GetMetadata {
    fn metadata(&self) -> &AdapterMeta;
}

Required methods

fn metadata(&self) -> &AdapterMeta

Loading content...

Implementors

impl GetMetadata for FFmpegAdapter[src]

impl GetMetadata for PandocAdapter[src]

impl GetMetadata for PdfPagesAdapter[src]

impl GetMetadata for PopplerAdapter[src]

impl GetMetadata for SqliteAdapter[src]

impl GetMetadata for TarAdapter[src]

impl GetMetadata for TesseractAdapter[src]

impl GetMetadata for ZipAdapter[src]

Loading content...