[][src]Trait bm_le::LenFromConfig

pub trait LenFromConfig<C> {
    fn len_from_config(config: &C) -> usize;
}

Traits for getting the length from config.

Required methods

fn len_from_config(config: &C) -> usize

Get the length from config parameter.

Loading content...

Implementors

impl<C, U: KnownLen> LenFromConfig<C> for U[src]

Loading content...