fn try_coerce_scalar<T, R>(
value: T,
from: &'static str,
to: &'static str,
) -> Result<R, StorageCoerceError>Expand description
Try to coerce a scalar value, mapping CoerceError to StorageCoerceError.
fn try_coerce_scalar<T, R>(
value: T,
from: &'static str,
to: &'static str,
) -> Result<R, StorageCoerceError>Try to coerce a scalar value, mapping CoerceError to StorageCoerceError.