Trait ContentTrait
pub trait ContentTrait {
// Provided method
fn content_type(&self) -> String { ... }
}Provided Methods§
fn content_type(&self) -> String
fn content_type(&self) -> String
Return the OID that describes this content info.
In the case of the PE authenticode, it should return SPC_INDIRECT_DATA_OBJID (1.3.6.1.4.1.311.2.1.4)
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".