pub type ReloadResult<T, V, S = &'static str> = Result<T, ReloaderError<V, S>>;Expand description
Type alias for a commonly used Result type
Aliased Type§
pub enum ReloadResult<T, V, S = &'static str> {
Ok(T),
Err(ReloaderError<V, S>),
}pub type ReloadResult<T, V, S = &'static str> = Result<T, ReloaderError<V, S>>;Type alias for a commonly used Result type
pub enum ReloadResult<T, V, S = &'static str> {
Ok(T),
Err(ReloaderError<V, S>),
}