[]Trait symbolic::debuginfo::pdb::pdb::SourceView

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

Notable traits for &'_ [u8]

impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
; }

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

Required methods

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

Notable traits for &'_ [u8]

impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]

Returns a view to the raw data.

Loading content...

Implementors

Loading content...