Type Definition rdftk_core::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

impl From<Resource> for StatementList[src]

fn from(resource: Resource) -> Self[src]

Performs the conversion.