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