Lsb0

Trait Lsb0 

Source
pub trait Lsb0
where 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>>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

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