Trait rdf_types::TryExportTerm
source · pub trait TryExportTerm<I, L> {
type Error;
// Required method
fn try_export_term(&self, term: Term<I, L>) -> Result<Term, Self::Error>;
}Expand description
Type that can turn a Term<I, L> into a Term.