Function symphonia_core::errors::unsupported_error
source · pub fn unsupported_error<T>(feature: &'static str) -> Result<T>
Expand description
Convenience function to create an unsupport feature error.
pub fn unsupported_error<T>(feature: &'static str) -> Result<T>
Convenience function to create an unsupport feature error.