pub trait SparqlConnectionExtManual {
// Required method
fn update(
&self,
sparql: &str,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<(), Error>;
}Required Methods§
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".