Skip to content

Commit ed7c543

Browse files
committed
Export tree::NodeDescription
The type is needed for programatical tree construction.
1 parent 717778b commit ed7c543

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pub(crate) use shvclient::shvrpc::Result as ShvRpcResult;
1515
pub use shvclient;
1616

1717
pub use self::tree::ShvTreeDefinition;
18+
pub use self::tree::NodeDescription;
1819
pub use self::data::JournalConfig;
1920
pub use self::data::GateContext;
2021

0 commit comments

Comments
 (0)