Struct marc::FieldData [] [src]

pub struct FieldData<'a>(_);

Reference to a data of a field.

Trait Implementations

impl<'a> Borrow<[u8]> for FieldData<'a>
[src]

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

Immutably borrows from an owned value. Read more