pub trait Codebook {
    type Symbol;
}

Required Associated Types§

Implementations on Foreign Types§

source§

impl<C: Codebook> Codebook for &C

§

type Symbol = <C as Codebook>::Symbol

Implementors§