Trait bit_list::Lsb0

source ·
pub trait Lsb0where
    Self: ListFn,
    Self::Item: UInt,
    Self::End: ResultFn<Result = ()>,{
    // Provided method
    fn lsb0(self) -> FlatMapList<Self, Lsb0FlatMap<Self::Item>> { ... }
}

Provided Methods§

source

fn lsb0(self) -> FlatMapList<Self, Lsb0FlatMap<Self::Item>>

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<L> Lsb0 for Lwhere Self: ListFn, Self::Item: UInt, Self::End: ResultFn<Result = ()>,