Trait IntoResettable

pub trait IntoResettable<T>

Convert to the intended resettable type

Required Methods

fn into_resettable(self) -> Resettable<T>

Convert to the intended resettable type

Implementors