Struct curl::easy::List [] [src]

pub struct List { /* fields omitted */ }

A linked list of a strings

Methods

impl List
[src]

Creates a new empty list of strings.

Appends some data into this list.

Returns an iterator over the nodes in this list.

Trait Implementations

impl Send for List
[src]

impl Drop for List
[src]

A method called when the value goes out of scope. Read more