mirror of
https://github.com/fluencelabs/interface-types
synced 2025-06-26 21:21:38 +00:00
fix(interface-types) Fix visibility of various symbols.
This commit is contained in:
@ -36,7 +36,7 @@ impl TryFrom<u64> for InterfaceType {
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Debug)]
|
||||
pub enum AdapterKind {
|
||||
pub(crate) enum AdapterKind {
|
||||
Import,
|
||||
Export,
|
||||
HelperFunction,
|
||||
|
Reference in New Issue
Block a user