Type Definition rdftk_core::model::statement::StatementList[][src]

type StatementList = Vec<StatementRef>;
Expand description

A list of statements, this can be used to pass non-graph sets of statements.

Trait Implementations

Performs the conversion.