Trait debian_analyzer::editor::Marshallable
source · pub trait Marshallable {
// Required methods
fn from_bytes(content: &[u8]) -> Self;
fn empty() -> Self;
fn to_bytes(&self) -> Option<Vec<u8>>;
}Required Methods§
fn from_bytes(content: &[u8]) -> Self
fn empty() -> Self
fn to_bytes(&self) -> Option<Vec<u8>>
Object Safety§
This trait is not object safe.