FromLine

Trait FromLine 

Source
pub trait FromLine<'a>
where Self: Sized,
{ // Required method fn from_line(item: &'a str, format: &str) -> Result<Self, InvalidValue>; }

Required Methods§

Source

fn from_line(item: &'a str, format: &str) -> Result<Self, InvalidValue>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<'a> FromLine<'a> for Event<'a>

Source§

impl<'a> FromLine<'a> for Style<'a>