/* Copyright (c) 2021 vesoft inc. All rights reserved. * * This source code is licensed under Apache 2.0 License, * attached with Common Clause Condition 1.0, found in the LICENSES directory. */ extern crate nebula_rust; #[cfg(test)] mod test_session { use nebula_rust::gClient::Session::Session; #[test] fn new_session() { } }