Function Res

Source
pub fn Res<T, V>(v: T) -> Res<V>
where Res<V>: Cast<T>,