[][src]Trait rome::ontology::properties::rdf::Rest

pub trait Rest<'g>: ResourceBase<'g> where
    Self: Sized
{ fn property_iri() -> &'static str { ... }
fn rest<G>(&self) -> ObjectIter<'g, List<'g, G>>
    where
        List<'g, G>: ResourceBase<'g, Graph = Self::Graph>,
        G: Graph<'g>,
        Self: 'g
, { ... } }

rdf:rest The rest of the subject RDF list after the first item.

Provided Methods

http://www.w3.org/1999/02/22-rdf-syntax-ns#rest

Important traits for ObjectIter<'g, R>

rdf:rest The rest of the subject RDF list after the first item. http://www.w3.org/1999/02/22-rdf-syntax-ns#rest

Implementors

impl<'g, G: 'g> Rest<'g> for List<'g, G> where
    G: Graph<'g>, 
[src]

Important traits for ObjectIter<'g, R>

impl<'g, G: 'g> Rest<'g> for IRI<'g, List<'g, G>> where
    G: Graph<'g>, 
[src]

Important traits for ObjectIter<'g, R>