mirror of
https://github.com/fluencelabs/interface-types
synced 2024-12-04 15:20:20 +00:00
Merge branch 'byte_array' of github.com:fluencelabs/interface-types into struct_support
This commit is contained in:
commit
5cf972b348
@ -40,6 +40,11 @@ where
|
||||
Ok(Self(items))
|
||||
}
|
||||
}
|
||||
|
||||
/// Converts this Vec1 into Vec
|
||||
pub fn into_vec(self) -> Vec<T> {
|
||||
self.0
|
||||
}
|
||||
}
|
||||
|
||||
impl<T> fmt::Debug for Vec1<T>
|
||||
|
Loading…
Reference in New Issue
Block a user