forked from M-Labs/nac3
format: newline between fields in Instance
This commit is contained in:
parent
9113093f9f
commit
0c73eecc19
|
@ -230,6 +230,7 @@ pub trait Model<'ctx>: fmt::Debug + Clone + Copy + ModelBase<'ctx> {
|
||||||
pub struct Instance<'ctx, M: Model<'ctx>> {
|
pub struct Instance<'ctx, M: Model<'ctx>> {
|
||||||
/// The model of this instance.
|
/// The model of this instance.
|
||||||
pub model: M,
|
pub model: M,
|
||||||
|
|
||||||
/// The value of this instance.
|
/// The value of this instance.
|
||||||
///
|
///
|
||||||
/// It is guaranteed the [`BasicType`] of `value` is consistent with that of `model`.
|
/// It is guaranteed the [`BasicType`] of `value` is consistent with that of `model`.
|
||||||
|
|
Loading…
Reference in New Issue