Trait MaybeBlankId

Source
pub trait MaybeBlankId {
    type BlankId;
}
Expand description

Types that may represent a blank node identifier.

Required Associated Types§

Source

type BlankId

Inner blank node identifier type.

Implementors§

Source§

impl<I, B> MaybeBlankId for Id<I, B>

Source§

impl<I: MaybeBlankId, L> MaybeBlankId for Term<I, L>