checkpoint
This commit is contained in:
parent
19c0b390d2
commit
faf93aed4e
4 changed files with 24 additions and 35 deletions
|
@ -68,7 +68,7 @@ pub trait Action: std::fmt::Debug + 'static {
|
|||
// Types become actions by satisfying a list of trait bounds.
|
||||
impl<A> Action for A
|
||||
where
|
||||
A: for<'a> Deserialize<'a> + PartialEq + Clone + Default + std::fmt::Debug + 'static,
|
||||
A: for<'a> Deserialize<'a> + PartialEq + Default + Clone + std::fmt::Debug + 'static,
|
||||
{
|
||||
fn qualified_name() -> SharedString {
|
||||
let name = type_name::<A>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue