adjust constValue::Slice to work for arbitrary slice types
This commit is contained in:
parent
0692db1a90
commit
ea22adbabd
12 changed files with 75 additions and 63 deletions
|
@ -457,6 +457,7 @@ TrivialLiftImpls! {
|
|||
(),
|
||||
bool,
|
||||
usize,
|
||||
u64,
|
||||
}
|
||||
|
||||
// For some things about which the type library does not know, or does not
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue