fn block_error(self, block: &str, message: &str) -> Result<T, Error>
[src]fn internal_error(self, context: &str, message: &str) -> Result<T, Error>
[src]impl<T> OptionExt<T> for Option<T>
[src]fn block_error(self, block: &str, message: &str) -> Result<T, Error>
[src]fn internal_error(self, context: &str, message: &str) -> Result<T, Error>
[src]