[][src]Trait pdf::any::AnyObject

pub trait AnyObject {
    fn serialize(&self, out: &mut Vec<u8>);
fn type_name(&self) -> &'static str;
fn type_id(&self) -> TypeId; }

Required methods

fn serialize(&self, out: &mut Vec<u8>)[src]

fn type_name(&self) -> &'static str[src]

fn type_id(&self) -> TypeId[src]

Loading content...

Implementors

impl<T> AnyObject for T where
    T: Object + 'static, 
[src]

Loading content...