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§

source

fn blob_name() -> &'static str

Return the name of this blob

Object Safety§

This trait is not object safe.

Implementors§