Type Definition rustache::Vector [] [src]

type Vector<'a> = Vec<Data<'a>>;

Alias for mustache data vectors