forked from M-Labs/nac3
Instance add newline
This commit is contained in:
parent
36af473816
commit
0562e9a385
|
@ -199,6 +199,7 @@ pub trait Model<'ctx>: fmt::Debug + Clone + Copy {
|
||||||
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