Trait Interpretation

Source
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<I: Interpretation> Interpretation for &I

Source§

impl<I: Interpretation> Interpretation for &mut I

Implementors§