type Configuration: Configuration
fn get_id(&self) -> Result<u8, Error>
fn get_amount(&self) -> Result<u32, Error>
fn get_configuration(&self) -> Result<Self::Configuration, Error>
fn get_entry(&self, index: u32) -> Result<Entry, Error>
impl TableType for TableTypeBuf
[src]type Configuration = ConfigurationBuf
fn get_id(&self) -> Result<u8, Error>
[src]fn get_amount(&self) -> Result<u32, Error>
[src]fn get_configuration(&self) -> Result<Self::Configuration, Error>
[src]fn get_entry(&self, index: u32) -> Result<Entry, Error>
[src]impl<'a> TableType for TableTypeWrapper<'a>
[src]type Configuration = ConfigurationWrapper<'a>
fn get_id(&self) -> Result<u8, Error>
[src]fn get_amount(&self) -> Result<u32, Error>
[src]fn get_configuration(&self) -> Result<Self::Configuration, Error>
[src]fn get_entry(&self, index: u32) -> Result<Entry, Error>
[src]