feat: user renaming
This commit is contained in:
parent
720cc0cffc
commit
4cc0a07092
5 changed files with 98 additions and 42 deletions
|
@ -164,3 +164,11 @@ where
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl<T, E> Deref for MatrixResult<T, E> {
|
||||
type Target = Result<T, E>;
|
||||
|
||||
fn deref(&self) -> &Self::Target {
|
||||
&self.0
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue