pub type CharListResult = AnyhowResult<Vec<char>>;Aliased Type§
pub enum CharListResult {
Ok(Vec<char>),
Err(Error),
}Variants§
Trait Implementations§
Source§impl<'b> From<&DecodedData<'b>> for CharListResult
impl decoded data into char list
impl<'b> From<&DecodedData<'b>> for CharListResult
impl decoded data into char list
Source§fn from(value: &DecodedData<'b>) -> Self
fn from(value: &DecodedData<'b>) -> Self
Converts to this type from the input type.
Source§impl<'b> From<&EncodedData<'b>> for CharListResult
impl<'b> From<&EncodedData<'b>> for CharListResult
Source§fn from(value: &EncodedData<'b>) -> Self
fn from(value: &EncodedData<'b>) -> Self
Converts to this type from the input type.
Source§impl<'b> From<DecodedData<'b>> for CharListResult
impl<'b> From<DecodedData<'b>> for CharListResult
Source§fn from(value: DecodedData<'b>) -> Self
fn from(value: DecodedData<'b>) -> Self
Converts to this type from the input type.
Source§impl<'b> From<EncodedData<'b>> for CharListResult
impl<'b> From<EncodedData<'b>> for CharListResult
Source§fn from(value: EncodedData<'b>) -> Self
fn from(value: EncodedData<'b>) -> Self
Converts to this type from the input type.