pub trait Interpretation {
    type Resource;
}
Expand description

RDF resource interpretation.

Required Associated Types§

source

type Resource

Resource identifier type.

Implementations on Foreign Types§

source§

impl Interpretation for ()

source§

impl<'a, I: Interpretation> Interpretation for &'a I

source§

impl<'a, I: Interpretation> Interpretation for &'a mut I

Implementors§