risingwave_storage::table

Function get_second

source
pub fn get_second<T, U, E>(arg: Result<(T, U), E>) -> Result<U, E>