Skip to main content

IsPredicate

Trait IsPredicate 

Source
pub trait IsPredicate: Sealed { }
Expand description

Types that may appear in the predicate position of an RDF triple/quad.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IsPredicate for Cow<'_, IriBuf>

Source§

impl IsPredicate for String

Source§

impl IsPredicate for i32

Source§

impl IsPredicate for i64

Source§

impl IsPredicate for str

Source§

impl IsPredicate for u32

Source§

impl IsPredicate for u64

Source§

impl IsPredicate for usize

Source§

impl<T: IsPredicate + ?Sized> IsPredicate for &T

Source§

impl<T: IsPredicate> IsPredicate for Option<T>

Implementors§