Type Definition json_ld::rdf::Triple

source · []
pub type Triple<T, B> = Triple<Subject<T, B>, Subject<T, B>, Value<T, B>>;