pub trait UpdateToChangeset<T> {
    // Required method
    fn try_into_changeset(self) -> Result<T>;
}

Required Methods§

Implementors§