Type Alias Row

Source
pub type Row = StringRecord;
Expand description

Aliased Type§

struct Row(/* private fields */);

Trait Implementations§

Source§

impl From<Headers> for Row

Source§

fn from(headers: Headers) -> Row

Converts to this type from the input type.