adjust visibility, comment
This commit is contained in:
@@ -6,7 +6,7 @@ mod cmd;
|
|||||||
mod table;
|
mod table;
|
||||||
|
|
||||||
use cmd::ArgMatchResult;
|
use cmd::ArgMatchResult;
|
||||||
pub use cmd::CommandInvocation;
|
pub(crate) use cmd::CommandInvocation;
|
||||||
|
|
||||||
/// Parse the given command line and return an as-yet un-executed CommandInvocation.
|
/// Parse the given command line and return an as-yet un-executed CommandInvocation.
|
||||||
pub fn parse_command_line<I, T>(iter: I) -> Fallible<CommandInvocation>
|
pub fn parse_command_line<I, T>(iter: I) -> Fallible<CommandInvocation>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ pub const NO_VERSION_ID: VersionId = Uuid::nil();
|
|||||||
/// data is pre-encoded, and from the protocol level appears as a sequence of bytes.
|
/// data is pre-encoded, and from the protocol level appears as a sequence of bytes.
|
||||||
pub type HistorySegment = Vec<u8>;
|
pub type HistorySegment = Vec<u8>;
|
||||||
|
|
||||||
/// VersionAdd is the response type from [`crate:server::Server::add_version`].
|
/// VersionAdd is the response type from [`crate::server::Server::add_version`].
|
||||||
#[derive(Debug, PartialEq)]
|
#[derive(Debug, PartialEq)]
|
||||||
pub enum AddVersionResult {
|
pub enum AddVersionResult {
|
||||||
/// OK, version added with the given ID
|
/// OK, version added with the given ID
|
||||||
|
|||||||
Reference in New Issue
Block a user