[][src]Trait siter::config::TInserter

pub trait TInserter {
    fn t_insert<K: Display, V>(&mut self, k: K, v: V)
    where
        TData: From<V>
; }

Required methods

fn t_insert<K: Display, V>(&mut self, k: K, v: V) where
    TData: From<V>, 

Loading content...

Implementors

impl TInserter for dyn Configger[src]

Loading content...