pub trait ConstructFromEmoji<A, I>{
// Required method
fn construct_from_emoji(
byte_stream: &mut DecodeEmojiToBytes<I>,
) -> Result<A, FromEmojiError>
where Self: Sized;
}Expand description
A trait representing things that can be constructed from Emoji