Trait typedb_driver::transaction::concept::api::AttributeAPI
source · pub trait AttributeAPI: ThingAPI + Clone + Into<Attribute> {
// Provided method
fn get_owners<'tx>(
&self,
transaction: &'tx Transaction<'_>,
thing_type: Option<ThingType>
) -> Result<BoxStream<'tx, Result<Thing>>> { ... }
}
Provided Methods§
sourcefn get_owners<'tx>(
&self,
transaction: &'tx Transaction<'_>,
thing_type: Option<ThingType>
) -> Result<BoxStream<'tx, Result<Thing>>>
fn get_owners<'tx>( &self, transaction: &'tx Transaction<'_>, thing_type: Option<ThingType> ) -> Result<BoxStream<'tx, Result<Thing>>>
Object Safety§
This trait is not object safe.