Trait rdf_types::literal::TryExportLiteralType
source · pub trait TryExportLiteralType<V> {
type Error;
// Required method
fn try_export_literal_type(
self,
vocabulary: &V
) -> Result<Type, Self::Error>;
}