Trait swipl::blob::CloneBlobBase
source · pub trait CloneBlobBase {
// Required method
fn blob_name() -> &'static str;
}
Expand description
Base type for CloneBlob.
This allows blob_name
to be available to implementors of
CloneBlobImpl, which is convenient for allowing auto-generation of
the write function.
Required Methods§
Object Safety§
This trait is not object safe.