Struct tendril::fmt::imp::Fixup   
                   
                       [−]
                   
               [src]
pub struct Fixup {
    pub drop_left: u32,
    pub drop_right: u32,
    pub insert_len: u32,
    pub insert_bytes: [u8; 4],
}Describes how to fix up encodings when concatenating.
We can drop characters on either side of the splice, and insert up to 4 bytes in the middle.
Fields
drop_left: u32
                           
                           
                           
                           drop_right: u32
                           
                           
                           
                           insert_len: u32
                           
                           
                           
                           insert_bytes: [u8; 4]