Skip to main content

GetCellResultExt

Trait GetCellResultExt 

Source
pub trait GetCellResultExt {
    // Required method
    fn get_res(&self, index: usize) -> Result<&IndexCell, String>;
}

Required Methods§

Source

fn get_res(&self, index: usize) -> Result<&IndexCell, String>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl GetCellResultExt for Vec<IndexCell>

Source§

fn get_res(&self, index: usize) -> Result<&IndexCell, String>

Source§

impl GetCellResultExt for [IndexCell]

Source§

fn get_res(&self, index: usize) -> Result<&IndexCell, String>

Implementors§