pub type EncodingPuppetEncodeResult = Result<Buffer, PuppetError>;Aliased Type§
pub enum EncodingPuppetEncodeResult {
Ok(Buffer),
Err(PuppetError),
}pub type EncodingPuppetEncodeResult = Result<Buffer, PuppetError>;pub enum EncodingPuppetEncodeResult {
Ok(Buffer),
Err(PuppetError),
}