pub trait AttributeUtil {
    // Required method
    fn get_attributes(&self, index: usize) -> Vec<Attribute>;
}

Required Methods§

source

fn get_attributes(&self, index: usize) -> Vec<Attribute>

Implementations on Foreign Types§

source§

impl AttributeUtil for AppResponse

Implementors§