// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
usedbus_tree::{MTSync, MethodInfo, MethodResult};usecrate::dbus_api::{api::shared::unlock_pool_shared,types::TData};pubfnunlock_pool(m:&MethodInfo<MTSync<TData>, TData>)-> MethodResult{unlock_pool_shared(m,true)}