use serde::de::DeserializeOwned; pub trait DeserializeInto { fn deserialize_into( self, ) -> impl Future>; }