Skip to main content

SparqlConnectionExtManual

Trait SparqlConnectionExtManual 

Source
pub trait SparqlConnectionExtManual {
    // Required method
    fn update(
        &self,
        sparql: &str,
        cancellable: Option<&impl IsA<Cancellable>>,
    ) -> Result<(), Error>;
}

Required Methods§

Source

fn update( &self, sparql: &str, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<(), Error>

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§