Skip to main content

MetaParser

Trait MetaParser 

Source
pub trait MetaParser: Sized {
    // Required method
    fn parse(meta: &Meta) -> Result<Self, Error>;
}

Required Methods§

Source

fn parse(meta: &Meta) -> Result<Self, Error>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§