[][src]Trait mozpdb::SourceView

pub trait SourceView<'s>: Drop + Debug {
    fn as_slice(&self) -> &[u8];
}

An owned, droppable, read-only view of the source file which can be referenced as a byte slice.

Required methods

fn as_slice(&self) -> &[u8]

Loading content...

Implementors

Loading content...