pub fn admin_socket_raw_command(cmd: &str, socket: &str) -> RadosResult<String>Expand description
This function supports a raw command in the format of something like:
{"prefix": "help"}.
The returned String will be a JSON String.
pub fn admin_socket_raw_command(cmd: &str, socket: &str) -> RadosResult<String>This function supports a raw command in the format of something like:
{"prefix": "help"}.
The returned String will be a JSON String.