wp-model-core 0.8.7

Typed data model crate providing Value, Field, and Record primitives for the Warp PASE stack.
Documentation
1
2
3
4
pub trait AsValueRef<T> {
    fn as_value_ref(&self) -> &T;
    fn as_value_mutref(&mut self) -> &mut T;
}