logo
pub trait Converged: Adjunct {
    fn converged(value: Self::Item) -> Self;
}

Required Methods

Implementations on Foreign Types

Implementors