AppendPositionSupport

Trait AppendPositionSupport 

Source
pub trait AppendPositionSupport {
    type O;

    // Required method
    fn with_append_position(self, append_position: u32) -> Self::O;
}

Required Associated Types§

Source

type O

Required Methods§

Source

fn with_append_position(self, append_position: u32) -> Self::O

Implementors§