[][src]Function assemble_app::kv_get_obj

pub fn kv_get_obj<T>(b: &str, k: &str) -> Result<Option<T>> where
    T: DeserializeOwned