Trait smart_read::ReadLine
source · pub trait ReadLine {
type Output;
// Required method
fn try_read_line(
&self,
read_data: ReadData<Self::Output>
) -> BoxResult<Self::Output>;
}Expand description
This is what powers the whole crate. Any struct that implements this can be used with the macros