GetValue

Trait GetValue 

Source
pub trait GetValue {
    // Required method
    fn get_value(&self) -> &[u8] ;
}

Required Methods§

Source

fn get_value(&self) -> &[u8]

Implementations on Foreign Types§

Source§

impl GetValue for AbciQuery

Source§

fn get_value(&self) -> &[u8]

Implementors§