[][src]Type Definition sfv::List

type List = Vec<ListEntry>;

Represents List type structured field value.

Trait Implementations

impl ParseMore for List[src]

impl ParseValue for List[src]

impl SerializeValue for List[src]