pub trait IntoExtend<E> {
    fn into_extend(self, duration: Duration) -> E;
}

Required Methods

Implementors