ShapeHeader

Trait ShapeHeader 

Source
pub trait ShapeHeader<H> {
    // Required method
    fn shape_header(&self, header: &mut H) -> Result<()>;
}

Required Methods§

Source

fn shape_header(&self, header: &mut H) -> Result<()>

Implementors§

Source§

impl<H, T: WriteSelf> ShapeHeader<H> for T