Trait ical::line::LineRead

source ·
pub trait LineRead {
    fn next_line(&mut self) -> Option<Line>;
}
Expand description

A trait generic for implementing line reading use by PropertyParser.

Required Methods§

Return the next line unwrapped and formated.

Implementors§