Type Definition t_rust_less_lib::service::ServiceResult
source · [−]pub type ServiceResult<T> = Result<T, ServiceError>;
Trait Implementations
sourceimpl From<CommandResult> for ServiceResult<()>
impl From<CommandResult> for ServiceResult<()>
sourcefn from(result: CommandResult) -> Self
fn from(result: CommandResult) -> Self
Converts to this type from the input type.
sourceimpl From<CommandResult> for ServiceResult<Option<ClipboardProviding>>
impl From<CommandResult> for ServiceResult<Option<ClipboardProviding>>
sourcefn from(result: CommandResult) -> Self
fn from(result: CommandResult) -> Self
Converts to this type from the input type.
sourceimpl From<CommandResult> for ServiceResult<Option<String>>
impl From<CommandResult> for ServiceResult<Option<String>>
sourcefn from(result: CommandResult) -> Self
fn from(result: CommandResult) -> Self
Converts to this type from the input type.
sourceimpl From<CommandResult> for ServiceResult<String>
impl From<CommandResult> for ServiceResult<String>
sourcefn from(result: CommandResult) -> Self
fn from(result: CommandResult) -> Self
Converts to this type from the input type.
sourceimpl From<CommandResult> for ServiceResult<Vec<Event>>
impl From<CommandResult> for ServiceResult<Vec<Event>>
sourcefn from(result: CommandResult) -> Self
fn from(result: CommandResult) -> Self
Converts to this type from the input type.
sourceimpl From<CommandResult> for ServiceResult<Vec<StoreConfig>>
impl From<CommandResult> for ServiceResult<Vec<StoreConfig>>
sourcefn from(result: CommandResult) -> Self
fn from(result: CommandResult) -> Self
Converts to this type from the input type.
sourceimpl From<CommandResult> for ServiceResult<bool>
impl From<CommandResult> for ServiceResult<bool>
sourcefn from(result: CommandResult) -> Self
fn from(result: CommandResult) -> Self
Converts to this type from the input type.