[][src]Trait bm_le::MaxLenFromConfig

pub trait MaxLenFromConfig<C> {
    fn max_len_from_config(config: &C) -> Option<usize>;
}

Traits for getting the maximum length from config.

Required methods

fn max_len_from_config(config: &C) -> Option<usize>

Get the maximum length from config parameter.

Loading content...

Implementors

impl<C, U: KnownMaxLen> MaxLenFromConfig<C> for U[src]

Loading content...