Trait structsy::IntoResult

source ·
pub trait IntoResult<T>: Fetch<T> { }
👎Deprecated

Implementors§

source§

impl<T: Persistent + 'static> IntoResult<(Ref<T>, T)> for Filter<T>